Click or drag to resize

DispatchEventsOnEvent Method

Called after an IDispatch event (invoke) occured.

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

Parameters

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