GrapeCity MultiRow Windows Forms Documentation
CellValidatingEventArgs Constructor(Int32,Int32,String,Object)


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.
The formatted cell contents that need to be validated.
Initializes a new instance of the CellValidatingEventArgs class.
Syntax
Public Function New( _
   ByVal rowIndex As Integer, _
   ByVal cellIndex As Integer, _
   ByVal cellName As String, _
   ByVal formattedValue As Object _
)
Dim rowIndex As Integer
Dim cellIndex As Integer
Dim cellName As String
Dim formattedValue As Object
 
Dim instance As New CellValidatingEventArgs(rowIndex, cellIndex, cellName, formattedValue)
public CellValidatingEventArgs( 
   int rowIndex,
   int cellIndex,
   string cellName,
   object formattedValue
)

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.
formattedValue
The formatted cell contents that need to be validated.
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

CellValidatingEventArgs Class
CellValidatingEventArgs Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.