Click or drag to resize

LocalFileSystem.SendEvent 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.Utilities.LocalFileSystemWatcherEventArgs
The LocalFileSystemWatcherEventArgs instance containing the event data.
See Also