GrapeCity MultiRow Windows Forms Documentation
CellBeginEditEventArgs Constructor(Int32,Int32,String,BeginEditReason)


A System.Int32 value that represents the index of the owner Row.
A System.Int32 value that represents the cell index in its parent Section.
A System.String value that represents the cell name.
A BeginEditReason value that represents how a user begins to edit the Cell in the GcMultiRow control.
Initializes a new instance of the CellBeginEditEventArgs class.
Syntax
Public Function New( _
   ByVal rowIndex As Integer, _
   ByVal cellIndex As Integer, _
   ByVal cellName As String, _
   ByVal beginEditReason As BeginEditReason _
)
Dim rowIndex As Integer
Dim cellIndex As Integer
Dim cellName As String
Dim beginEditReason As BeginEditReason
 
Dim instance As New CellBeginEditEventArgs(rowIndex, cellIndex, cellName, beginEditReason)
public CellBeginEditEventArgs( 
   int rowIndex,
   int cellIndex,
   string cellName,
   BeginEditReason beginEditReason
)

Parameters

rowIndex
A System.Int32 value that represents the index of the owner Row.
cellIndex
A System.Int32 value that represents the cell index in its parent Section.
cellName
A System.String value that represents the cell name.
beginEditReason
A BeginEditReason value that represents how a user begins to edit the Cell in the GcMultiRow control.
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

CellBeginEditEventArgs Class
CellBeginEditEventArgs Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.