[This is preliminary documentation and is subject to change.]

Raises the ValueChanged event.

Namespace: Tools.WindowsT.WPF.ControlsT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
protected virtual void OnValueChanged(
	RoutedPropertyChangedEventArgs<decimal> args
)
Visual Basic
Protected Overridable Sub OnValueChanged ( _
	args As RoutedPropertyChangedEventArgs(Of Decimal) _
)
Visual C++
protected:
virtual void OnValueChanged(
	RoutedPropertyChangedEventArgs<Decimal>^ args
)
F#
abstract OnValueChanged : 
        args:RoutedPropertyChangedEventArgs<decimal> -> unit 
override OnValueChanged : 
        args:RoutedPropertyChangedEventArgs<decimal> -> unit 
JScript
protected function OnValueChanged(
	args : RoutedPropertyChangedEventArgs<decimal>
)

Parameters

args
Type: System.Windows..::..RoutedPropertyChangedEventArgs<(Of <(<'Decimal>)>)>
Arguments associated with the ValueChanged event.

See Also