ExplorerBrowserSelectionChanged Event |
This event occurs, if a selection changed in the listview
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public event EventHandler SelectionChanged
Public Event SelectionChanged As EventHandler
public:
event EventHandler^ SelectionChanged {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member SelectionChanged : IEvent<EventHandler,
EventArgs>
Value
Type:
SystemEventHandlerSee Also