バージョン

OnIsIndeterminateChanged(Boolean,Boolean) メソッド

IsIndeterminateProperty プロパティが変更されたハンドラー。
シンタックス
'宣言
 
Protected Overridable Sub OnIsIndeterminateChanged( _
   ByVal oldValue As Boolean, _
   ByVal newValue As Boolean _
) 
protected virtual void OnIsIndeterminateChanged( 
   bool oldValue,
   bool newValue
)

パラメータ

oldValue
古い値。
newValue
新しい値。
参照