FlexGrid for WinForms
GridErrorEventArgs コンストラクタ

C1.Win.FlexGrid.6 アセンブリ > C1.Win.FlexGrid 名前空間 > GridErrorEventArgs クラス : GridErrorEventArgs コンストラクタ
エラーが検出されたセルの行インデックス。
エラーが検出されたセルの列インデックス。
エラーに関する情報を含む Exceptionオブジェクト。
エラーを内部で処理し、例外を生成しないかどうか。
GridErrorEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
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
エラーが検出されたセルの行インデックス。
col
エラーが検出されたセルの列インデックス。
exception
エラーに関する情報を含む Exceptionオブジェクト。
handled
エラーを内部で処理し、例外を生成しないかどうか。
参照

GridErrorEventArgs クラス
GridErrorEventArgs メンバ