GrapeCity MultiRow Windows Forms Documentation
CellErrorTextNeededEventArgs Constructor


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 System.String that describes the error for the current Cell.
Initializes a new instance of the CellErrorTextNeededEventArgs class.
Syntax
Public Function New( _
   ByVal rowIndex As Integer, _
   ByVal cellIndex As Integer, _
   ByVal cellName As String, _
   ByVal errorText As String _
)
Dim rowIndex As Integer
Dim cellIndex As Integer
Dim cellName As String
Dim errorText As String
 
Dim instance As New CellErrorTextNeededEventArgs(rowIndex, cellIndex, cellName, errorText)
public CellErrorTextNeededEventArgs( 
   int rowIndex,
   int cellIndex,
   string cellName,
   string errorText
)

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.
errorText
A System.String that describes the error for the current Cell.
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

CellErrorTextNeededEventArgs Class
CellErrorTextNeededEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.