FlexPivot for WinForms
GridErrorEventArgs コンストラクタ

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > GridErrorEventArgs クラス : GridErrorEventArgs コンストラクタ
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.
シンタックス
'宣言
 
Public Function New( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer, _
   ByVal exception As System.Exception, _
   ByVal handled As System.Boolean _
)
public GridErrorEventArgs( 
   System.int row,
   System.int col,
   System.Exception exception,
   System.bool handled
)

パラメータ

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.
参照

GridErrorEventArgs クラス
GridErrorEventArgs メンバ