Click or drag to resize

JamBaseShellListViewOnColumnWidthChanged Method

Tracks column widths. Raises the System.Windows.Forms.ListView.ColumnWidthChanged event.

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

Parameters

e
Type: System.Windows.FormsColumnWidthChangedEventArgs
A System.Windows.Forms.ColumnWidthChangedEventArgs that contains the event data.
See Also