ShellBrowser .Net Edition
DefaultAction Event
NamespacesJam.ShellShellSystemListDefaultAction
This event occurs if the user triggers the default command, e.g. double clicked on an item.
Declaration Syntax
C#Visual BasicVisual C++
public event EventHandler<InvokeCommandEventArgs> DefaultAction
Public Event DefaultAction As EventHandler(Of InvokeCommandEventArgs)
public:
 event EventHandler<InvokeCommandEventArgs^>^ DefaultAction {
	void add (EventHandler<InvokeCommandEventArgs^>^ value);
	void remove (EventHandler<InvokeCommandEventArgs^>^ value);
}

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