バージョン

OnValueChanged メソッド (ManualDateTimeEditor)

Infragistics.Controls.Editors.Primitives.SpinEditor<T>.Value プロパティが変更されたときに呼び出されます。
シンタックス
'宣言
 
Protected Overrides Sub OnValueChanged( _
   ByVal oldValue As ManualDateTime, _
   ByVal newValue As ManualDateTime _
) 
protected override void OnValueChanged( 
   ManualDateTime oldValue,
   ManualDateTime newValue
)

パラメータ

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