| ShellTreeViewBeforeInvokeCommandOnSelected Event | 
 Note: This API is now obsolete.
            Assign this event to be able to control the behaviour of the control
            when the user double-clicks on an item to start the default action
            
 
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
 Syntax
Syntax[ObsoleteAttribute("Use BeforeShellCommand instead")]
public event EventHandler<InvokeCommandEventArgs> BeforeInvokeCommandOnSelected<ObsoleteAttribute("Use BeforeShellCommand instead")>
Public Event BeforeInvokeCommandOnSelected As EventHandler(Of InvokeCommandEventArgs)public:
[ObsoleteAttribute(L"Use BeforeShellCommand instead")]
 event EventHandler<InvokeCommandEventArgs^>^ BeforeInvokeCommandOnSelected {
	void add (EventHandler<InvokeCommandEventArgs^>^ value);
	void remove (EventHandler<InvokeCommandEventArgs^>^ value);
}[<ObsoleteAttribute("Use BeforeShellCommand instead")>]
member BeforeInvokeCommandOnSelected : IEvent<EventHandler<InvokeCommandEventArgs>,
    InvokeCommandEventArgs>
Value
Type: 
SystemEventHandlerInvokeCommandEventArgs See Also
See Also