FlexPivot for WinForms
RowDetailsApplying イベント (C1FlexGridBase)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス : RowDetailsApplying イベント
Fires for each data object in the C1FlexGrid’s data source during of assigning the RowDetailProvider property.
シンタックス
'宣言
 
Public Event RowDetailsApplying As System.EventHandler(Of RowDetailsApplyingEventArgs)
public event System.EventHandler<RowDetailsApplyingEventArgs> RowDetailsApplying
イベント データ

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

プロパティ解説
System.ComponentModel.CancelEventArgsから継承されます。
Gets the index of the row that caused the event.  
解説

The event arguments contain RowDetailsApplyingEventArgs.DataObject property representing the data object in the corresponding data source.

Application can analyze RowDetailsApplyingEventArgs.DataObject property and cancel applying details for individual rows by setting event arguments’ System.ComponentModel.CancelEventArgs.Cancel property to true.

参照