GrapeCity MultiRow Windows Forms Documentation
CellEndEditEventArgs Constructor(Int32,Int32,String,EndEditReason,Boolean)


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 EndEditReason value that represents how a user ends cell editing in the GcMultiRow control.
A System.Boolean value that indicates whether the edit operation is canceled.
Initializes a new instance of the CellEndEditEventArgs class.
Syntax
Public Function New( _
   ByVal rowIndex As Integer, _
   ByVal cellIndex As Integer, _
   ByVal cellName As String, _
   ByVal endEditReason As EndEditReason, _
   ByVal editCanceled As Boolean _
)
Dim rowIndex As Integer
Dim cellIndex As Integer
Dim cellName As String
Dim endEditReason As EndEditReason
Dim editCanceled As Boolean
 
Dim instance As New CellEndEditEventArgs(rowIndex, cellIndex, cellName, endEditReason, editCanceled)
public CellEndEditEventArgs( 
   int rowIndex,
   int cellIndex,
   string cellName,
   EndEditReason endEditReason,
   bool editCanceled
)

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.
endEditReason
A EndEditReason value that represents how a user ends cell editing in the GcMultiRow control.
editCanceled
A System.Boolean value that indicates whether the edit operation is canceled.
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

CellEndEditEventArgs Class
CellEndEditEventArgs Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.