Click or drag to resize

ShellFolderServerPreviewOnNotify Method

Called when a notification is sent by Windows Explorer, before the OnNotify method.

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

Parameters

sender
Type: SystemObject
The sender.
e
Type: callback.ShellBoost.CoreNotifyEventArgs
The NotifyEventArgs instance containing the event data.
See Also