Click or drag to resize

JamBaseShellListView.OnColumnClick Method

Sort the column, which is clicked.

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

Parameters

e
Type: System.Windows.Forms.ColumnClickEventArgs
Provides data for the OnColumnClick event.
See Also