Click or drag to resize

JamBaseShellListViewOnColumnClick 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.FormsColumnClickEventArgs
Provides data for the OnColumnClick event.
See Also