Click or drag to resize

CustomFileListTOnDoubleClick Method

Overrides the OnDoubleClick eventhandler to invoke the default command on the selected item.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected override void OnDoubleClick(
	EventArgs e
)

Parameters

e
Type: SystemEventArgs
Contains event information.
See Also