ShellAddressBarPathChanged Event |
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic event EventHandler PathChanged
Public Event PathChanged As EventHandler
public:
event EventHandler^ PathChanged {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member PathChanged : IEvent<EventHandler,
EventArgs>
Value
EventHandler
RemarksThe change can either be caused by the AddressBar directly or indirectly through synchronization.
See Also