| IConnectionSessionLogViewShowSessionsClicked Event | 
            The user has indicated that they've entered enough information to identify the sessions and now they want to see them.
            
 
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxevent EventHandler ShowSessionsClicked
Event ShowSessionsClicked As EventHandler
 event EventHandler^ ShowSessionsClicked {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}abstract ShowSessionsClicked : IEvent<EventHandler,
    EventArgs>
Value
Type: 
SystemEventHandler See Also
See Also