FileSystemNotifier.GetNodesPreview Event
Namespace: Rebex.IO.FileSystem.Notifications
Assembly: Rebex.FileSystem.dll (version 7.0.9083)
Occurs before the FileSystemProvider returns a collection of the resolved instances of the class NodeBase. If you cancel the operation using the CancelOperation() method, then OperationCanceledException will be thrown.
When the virtual file system is used in the FileServer component, then the server session, which contains information about the user and the active connection, can be accessed using Current property in the handler of this event.
Syntax
public event EventHandler<PreviewGetNodesEventAgs> GetNodesPreview
Returns
Type | Description |
---|---|
EventHandler<PreviewGetNodesEventAgs> |