GrapeCity MultiRow Windows Forms Documentation
NewCellPositionNeededEventArgs Class
Members 


Provides data for the NewCellPositionNeeded event.
Object Model
NewCellPositionNeededEventArgs ClassCellPosition Structure
Syntax
Public Class NewCellPositionNeededEventArgs 
   Inherits CellEventArgs
public class NewCellPositionNeededEventArgs : CellEventArgs 
Remarks

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.

Inheritance Hierarchy

System.Object
   System.EventArgs
      GrapeCity.Win.MultiRow.CellEventArgs
         GrapeCity.Win.MultiRow.NewCellPositionNeededEventArgs

Requirements

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

See Also

Reference

NewCellPositionNeededEventArgs Members
GrapeCity.Win.MultiRow Namespace
NewCellPositionNeeded Event

 

 


Copyright © GrapeCity, inc. All rights reserved.