Microsoft SDK for Java

ListView.onColumnClick

Triggers the columnClick event.

Syntax

protected void onColumnClick( ColumnClickEvent e )

Parameters

e

A ColumnClickEvent object that provides the event data.

Remarks

When overriding this method, be sure to call super.onColumnClick.

See Also   addOnColumnClick

© 1999 Microsoft Corporation. All rights reserved. Terms of use.