Click or drag to resize

ListViewOnColumnClick Method

Raises the ColumnClick event.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
protected void OnColumnClick(
	ColumnClickEventArgs args
)

Parameters

args
Type: System.Windows.FormsColumnClickEventArgs
A ColumnClickEventArgs that contains the event data.
See Also