Click or drag to resize

EndPointSynchronizerOnFileSystemEvent Method

Handles a file event.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void OnFileSystemEvent(
	SyncFileSystemEventArgs eventArgs
)

Parameters

eventArgs
Type: callback.ShellBoost.Core.SynchronizationSyncFileSystemEventArgs
The event data.
Exceptions
ExceptionCondition
ArgumentNullExceptioneventArgs is null.
See Also