FlexPivot for WinForms
GridError イベント (C1FlexGridBase)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス : GridError イベント
Fires after the data source reports an error condition.
シンタックス
'宣言
 
Public Event GridError As GridErrorEventHandler
public event GridErrorEventHandler GridError
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、GridErrorEventArgs 型の引数を受け取りました。次の GridErrorEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
Gets the column index of the cell where the error was detected.  
Gets the Exception object that contains information about the error.  
Gets or sets a value indicating whether the error situation has been handled by the control.  
Gets the row index of the cell where the error was detected.  
参照