GrapeCity MultiRow Windows Forms Documentation
CellMoveEventArgs Class
Members 


Provides data for some events, which occur when the current cell is changed.
Syntax
Public Class CellMoveEventArgs 
   Inherits CellEventArgs
Dim instance As CellMoveEventArgs
public class CellMoveEventArgs : CellEventArgs 
Remarks
When the current cell changes, some events may occur, such as GcMultiRow.CellEnter, GcMultiRow.CellLeave, GcMultiRow.RowEnter, GcMultiRow.RowLeave, GcMultiRow.NewCellPositionNeeded, GcMultiRow.CellBeginEdit, GcMultiRow.CellEndEdit, and so on. You can get the event argument to retrieve the move status.
Inheritance Hierarchy

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

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

CellMoveEventArgs Members
GrapeCity.Win.MultiRow Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.