Click or drag to resize

LocalFileSystemWatcherOnEvent Method

Called when the Event event is raised.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void OnEvent(
	Object sender,
	LocalFileSystemWatcherEventArgs e
)

Parameters

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