FlexPivot for WinForms
ShowDetails イベント (C1FlexPivotGrid)

C1.Win.FlexPivot.4.5.2 アセンブリ > C1.Win.FlexPivot 名前空間 > C1FlexPivotGrid クラス : ShowDetails イベント
Fires on Show Details... click in context menu.
シンタックス
'宣言
 
Public Event ShowDetails As RowColEventHandler
public event RowColEventHandler ShowDetails
イベント データ

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

プロパティ解説
Gets or sets a value indicating whether the operation should be canceled.  
Gets the index of the column that caused the event.  
Gets the index of the row that caused the event.  
参照