Click or drag to resize

ISyncFileSystemEvents.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#
event EventHandler<SyncFileSystemEventArgs> Event

Value

Type: System.EventHandler<SyncFileSystemEventArgs>
See Also