ExplorerBrowserFocusChanged Event |
Occurs, when the focus inside the ExplorerBrowser changes.
Use
FocusedPane to find out where the focus is.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public event EventHandler FocusChanged
Public Event FocusChanged As EventHandler
public:
event EventHandler^ FocusChanged {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member FocusChanged : IEvent<EventHandler,
EventArgs>
Value
Type:
SystemEventHandlerSee Also