PathEditBeforeShowDialog Event |
Occurs before a dialog for file/folder selection is shown after the button of the PathEdit control has been clicked.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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
CancelEventHandler
See Also