Share via


Overview | Methods | Fields | This Package | All Packages

OverviewMethodsFieldsThis PackageAll Packages

DataGrid.onPositionChange

Triggers the positionChange event.

Syntax

protected void onPositionChange( PositionChangeEvent event )

Parameters

event

A PositionChangeEvent object that provides the event data.

Remarks

The positionChange event occurs when the current position is moved within the grid, either programmatically or by the user.

When overriding onPositionChange, be sure to call super.onPositionChange.

See Also   addOnPositionChange, removeOnPositionChange