GrapeCity.Win.MultiRow Namespace : NewCellPositionNeededEventArgs Class |
Public Class NewCellPositionNeededEventArgs Inherits CellEventArgs
Dim instance As NewCellPositionNeededEventArgs
public class NewCellPositionNeededEventArgs : CellEventArgs
The NewCellPositionNeeded event is used to allow the developer to redirect the new cell position when the cell leaves and enters another cell.
The NewCellPositionNeeded event is fired when GcMultRow changes the current cell position from a valid cell position to a new valid cell position. The event order is NewCellPositionNeeded -> CellLeave -> RowLeave -> CellValidating.
The NewCellPositionNeeded event can only be fired by keyboard or mouse actions. If you change the CurrentCellPosition or CurrentCell property value with code, the NewCellPositionNeeded event does not fire.
System.Object
System.EventArgs
GrapeCity.Win.MultiRow.CellEventArgs
GrapeCity.Win.MultiRow.NewCellPositionNeededEventArgs
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2