Click or drag to resize

LocalFileSystem.Event Event

Occurs when a file system event occurs.

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

Value

Type: System.EventHandler<SyncFileSystemEventArgs>

Implements

ISyncFileSystemEvents.Event
See Also