Click or drag to resize

FileDialogEventArgsType Property

Gets the type of FileDialog event. The value may not correspond to one of the FileDialogEventType values, but instead may correspond to the raw WParam value of the dialog box hook WM_COMMAND event in the case of a hooked dialog box.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public FileDialogEventType Type { get; }

Property Value

Type: FileDialogEventType
The type of event.
See Also