FlexPivot for WinForms
GetEditorErrorInfo イベント (C1FlexGridBase)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス : GetEditorErrorInfo イベント
Fires when ShowErrors is set to true and the editor validation failed.
シンタックス
'宣言
 
Public Event GetEditorErrorInfo As System.EventHandler(Of GetErrorInfoEventArgs)
public event System.EventHandler<GetErrorInfoEventArgs> GetEditorErrorInfo
イベント データ

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

プロパティ解説
Gets the index of the column that may contain errors (or -1 if checking for row errors).  
Gets or sets a message that describes the error.  
Gets the index of the row that may contain errors.  
参照