Click or drag to resize

ShellFolderOnFileDialogEvent Method

Called when a notification is sent by a Dialog Box.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual void OnFileDialogEvent(
	Object sender,
	FileDialogEventArgs e
)

Parameters

sender
Type: SystemObject
The sender.
e
Type: ShellBoost.CoreFileDialogEventArgs
The FileDialogEventArgs instance containing the event data.
See Also