Click or drag to resize

EndPointSynchronizerOnFileSystemEvent Method

Handles a file event.

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

Parameters

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