Click or drag to resize

LocalFileSystemSendEvent Method

Sends and event as a file system implementer.

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

Parameters

e
Type: callback.ShellBoost.Core.UtilitiesLocalFileSystemWatcherEventArgs
The LocalFileSystemWatcherEventArgs instance containing the event data.
See Also