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
| C# | Visual Basic | Visual 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); }