FlexPivot for WinForms
GetRowErrorInfo イベント (C1FlexGridBase)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス : GetRowErrorInfo イベント
Fires when ShowErrors is set to true and the control needs error information for a row.
シンタックス
'宣言
 
Public Event GetRowErrorInfo As GetErrorInfoEventHandler
public event GetErrorInfoEventHandler GetRowErrorInfo
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、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.  
参照