Click or drag to resize

LocalFileSystemOnPreviewWatcherEvent Method

Handles a file system event before the OnWatcherEvent method.

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

Parameters

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