GetChildrenEventArgs.Node Property
Namespace: Rebex.IO.FileSystem.Notifications
Assembly: Rebex.FileSystem.dll (version 7.0.9083)
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 |