Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

GetChildrenEventArgs.Node Property

Namespace: Rebex.IO.FileSystem.Notifications
Assembly: Rebex.FileSystem.dll (version 7.0.9147)

Node

Affected node. Parent of the requested children.

Typically you need to handle only directories.

 if (e.Node.NodeType == NodeType.Directory)
 {
    //return children for the directory.
 }

Declaration
public NodeBase Node { get; }
Property Value
Type Description
NodeBase
In This Article
  • Node
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies