ComponentOne FlexGrid for WinForms
GridErrorEventArgs Constructor

C1.Win.C1FlexGrid Namespace > GridErrorEventArgs Class : GridErrorEventArgs Constructor
The row index of the cell where the error was detected.
The column index of the cell where the error was detected.
The Exception object that contains information about the error.
Whether the error was handled internally and no exception should be thrown.
Initializes a new instance of the GridErrorEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal row As Integer, _
   ByVal col As Integer, _
   ByVal exception As Exception, _
   ByVal handled As Boolean _
)
public GridErrorEventArgs( 
   int row,
   int col,
   Exception exception,
   bool handled
)

Parameters

row
The row index of the cell where the error was detected.
col
The column index of the cell where the error was detected.
exception
The Exception object that contains information about the error.
handled
Whether the error was handled internally and no exception should be thrown.
See Also

Reference

GridErrorEventArgs Class
GridErrorEventArgs Members