Share via


PositionChangeEvent Class

Methods | Fields | This Package | All Packages

Provides data for the positionChange event of the DataGrid control.

Event
  |
  +--PositionChangeEvent

package com.ms.wfc.data.ui

public class PositionChangeEvent
extends
Event****

Remarks

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 .