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:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public FileDialogEventType Type { get; }
Property Value
Type:
FileDialogEventTypeThe type of event.
See Also