PathEditBeforeShowDialog Event |
Occurs before a dialog for file/folder selection is shown after the button of the PathEdit control has been clicked.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public event CancelEventHandler BeforeShowDialog
Public Event BeforeShowDialog As CancelEventHandler
public:
event CancelEventHandler^ BeforeShowDialog {
void add (CancelEventHandler^ value);
void remove (CancelEventHandler^ value);
}
member BeforeShowDialog : IEvent<CancelEventHandler,
CancelEventArgs>
Value
Type:
System.ComponentModelCancelEventHandlerSee Also