Click or drag to resize

LocalFileSystemWatcherEvent Event

Occurs when a directory, or file in a directory, changes.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public event EventHandler<LocalFileSystemWatcherEventArgs> Event

Value

Type: SystemEventHandlerLocalFileSystemWatcherEventArgs
See Also