Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

ListView.addOnColumnClick

Assigns a delegate to the columnClick event.

Syntax

public final void addOnColumnClick( ColumnClickEventHandler value )

Parameters

value

The ColumnClickEventHandler delegate to be notified when the event occurs.

Remarks

Passing an event handler as a parameter to this method is equivalent to setting the columnClick event to that method in the Properties window. The columnClick event occurs when the user clicks one of the column headers that are visible in Report view. A common response to clicking a column header is to sort the list view items using the clicked column as the key.

See Also   removeOnColumnClick