GrapeCity MultiRow Windows Forms Documentation
RowErrorTextNeededEventArgs Constructor


The Row index which owns the cell.
A System.String that describes the error for the current Row.
Initializes an instance of the RowErrorTextNeededEventArgs class.
Syntax
Public Function New( _
   ByVal rowIndex As Integer, _
   ByVal errorText As String _
)
Dim rowIndex As Integer
Dim errorText As String
 
Dim instance As New RowErrorTextNeededEventArgs(rowIndex, errorText)
public RowErrorTextNeededEventArgs( 
   int rowIndex,
   string errorText
)

Parameters

rowIndex
The Row index which owns the cell.
errorText
A System.String that describes the error for the current Row.
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

RowErrorTextNeededEventArgs Class
RowErrorTextNeededEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.