| ExplorerBrowserSelectionChanged Event | 
 
            This event occurs, if a selection changed in the listview
            
 
    Namespace: 
   Jam.Shell.WPF.Controls
    Assembly:
   ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
 Syntax
Syntaxpublic 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: 
SystemEventHandler See Also
See Also