Click or drag to resize

FolderViewEventsOnEvent Method

Called after an IDispatch event (invoke) occured.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected override void OnEvent(
	Object sender,
	DispatchEventArgs e
)

Parameters

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