バージョン

SelectionChangeType 列挙体

コントールの Selection に対する変更のタイプを識別する定数。
シンタックス
'宣言
 
Public Enum SelectionChangeType 
   Inherits System.Enum
public enum SelectionChangeType : System.Enum 
メンバ
メンバ解説
CellDeselectedPivotGridCell が選択解除されました。
CellSelectedPivotGridCell が選択されました。
Clear1 つまたは複数の選択がクリアされ、選択は空の状態です。
ColumnDeselectedPivotGridColumn が選択解除されました。
ColumnSelectedPivotGridColumn が選択されました。
None変数の初期化に使用されます。
RowDeselectedPivotGridRow が選択解除されました。
RowSelectedPivotGridRow が選択されました。
参照