Click or drag to resize

JamBaseShellListViewOnColumnClick Method

Sort the column, which is clicked.

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

Parameters

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