Provides data for the positionChange event of the DataGrid control.
Event | +--PositionChangeEvent
package com.ms.wfc.data.ui
public class PositionChangeEvent
extends Event
The positionChange event occurs when the current position is moved within the grid. A PositionChangeEvent object specifies the row and column that were previously current, before the position was changed.
For information about the WFC event model, see Handling Events in WFC.