ExplorerBrowserDefaultAction Event |
This event occurs if the user triggers the default command e.g. double-click on an item.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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
EventHandlerInvokeCommandEventArgs
See Also