ShellAddressBarPathChanged Event |
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public 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
Type:
SystemEventHandlerRemarks The change can either be caused by the AddressBar directly or indirectly through synchronization.
See Also