SystemListViewBeforeInvokeCommandOnSelected Event |
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.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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);
}member BeforeInvokeCommandOnSelected : IEvent<EventHandler<InvokeCommandEventArgs>,
InvokeCommandEventArgs>Value
EventHandlerInvokeCommandEventArgs
See Also