ShellSystemListDefaultAction Event |
This event occurs if the user triggers the default command,
e.g. double clicked on an item.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax 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);
}
member DefaultAction : IEvent<EventHandler<InvokeCommandEventArgs>,
InvokeCommandEventArgs>
Value
Type:
SystemEventHandlerInvokeCommandEventArgsSee Also