ShellAddressBarBeforePathChange Event |
This event is fired before a path is selected in the control. Setting the path can be canceled.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public event EventHandler<PathChangeCancelEventArgs> BeforePathChange
Public Event BeforePathChange As EventHandler(Of PathChangeCancelEventArgs)
public:
event EventHandler<PathChangeCancelEventArgs^>^ BeforePathChange {
void add (EventHandler<PathChangeCancelEventArgs^>^ value);
void remove (EventHandler<PathChangeCancelEventArgs^>^ value);
}
member BeforePathChange : IEvent<EventHandler<PathChangeCancelEventArgs>,
PathChangeCancelEventArgs>
Value
Type:
SystemEventHandlerPathChangeCancelEventArgsSee Also