Click or drag to resize

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.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public event EventHandler<InvokeCommandEventArgs> BeforeInvokeCommandOnSelected

Value

Type: SystemEventHandlerInvokeCommandEventArgs
See Also