RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

Calculator..::..OnValueChanged Method

Called when [value changed].

Namespace:  RingSoft.DataEntryControls.WPF
Assembly:  RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)

Syntax


public void OnValueChanged(
	Nullable<double> oldValue,
	Nullable<double> newValue
)
Public Sub OnValueChanged ( _
	oldValue As Nullable(Of Double), _
	newValue As Nullable(Of Double) _
)
public:
void OnValueChanged(
	Nullable<double^> oldValue, 
	Nullable<double^> newValue
)

Parameters

oldValue
Type: Nullable<(Of <(<'Double>)>)>
The old value.
newValue
Type: Nullable<(Of <(<'Double>)>)>
The new value.