Microsoft SDK for Java

PositionChangeEvent Class

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 Handling Events in WFC.

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