ShellBrowser .Net Edition
BeforeInvokeCommandOnSelected Event
NamespacesJam.ShellSystemListViewBeforeInvokeCommandOnSelected
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
Declaration Syntax
C#Visual BasicVisual C++
public event EventHandler<InvokeCommandEventArgs> BeforeInvokeCommandOnSelected
Public Event BeforeInvokeCommandOnSelected As EventHandler(Of InvokeCommandEventArgs)
public:
 event EventHandler<InvokeCommandEventArgs^>^ BeforeInvokeCommandOnSelected {
	void add (EventHandler<InvokeCommandEventArgs^>^ value);
	void remove (EventHandler<InvokeCommandEventArgs^>^ value);
}

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)