Click or drag to resize

LocalFileSystemOnPreviewWatcherEvent Method

Handles a file system event before the OnWatcherEvent method.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void OnPreviewWatcherEvent(
	LocalFileSystemWatcherEventArgs e
)

Parameters

e
Type: callback.ShellBoost.Core.UtilitiesLocalFileSystemWatcherEventArgs
The LocalFileSystemWatcherEventArgs instance containing the event data.
Exceptions
ExceptionCondition
ArgumentNullExceptione is null.
See Also