Click or drag to resize

SystemListView.BeforeInvokeCommandOnSelected 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 (in ShellBrowser.dll) Version: 7.1
Syntax
public event EventHandler<InvokeCommandEventArgs> BeforeInvokeCommandOnSelected

Value

Type: System.EventHandler<InvokeCommandEventArgs>
See Also