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 (in ShellBrowser.dll) Version: 7.0
Syntax
protected override void OnDoubleClick(
	EventArgs e
)

Parameters

e
Type: SystemEventArgs
Contains event information.
See Also