バージョン

BeforeHeaderCheckStateChangedEventArgs コンストラクタ

コンストラクター
シンタックス
'宣言
 
Public Function New( _
   ByVal column As UltraGridColumn, _
   ByVal rows As RowsCollection, _
   ByVal newCheckState As CheckState, _
   ByVal currentCheckState As CheckState, _
   ByVal isCancelable As Boolean _
)
public BeforeHeaderCheckStateChangedEventArgs( 
   UltraGridColumn column,
   RowsCollection rows,
   CheckState newCheckState,
   CheckState currentCheckState,
   bool isCancelable
)

パラメータ

column
状態が変更されているヘッダーのチェックボックスを含む UltraGridColumn
rows
ヘッダーのチェックボックスの状態の変更に影響される RowsCollection。
newCheckState
ヘッダー チェックボックスの新しい CheckState 値
currentCheckState
ヘッダーのチェックボックスの現在の CheckState 値
isCancelable
CheckState の変更をキャンセルできるかどうかを示します
参照