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

ICalculatorControl..::..OnValueChanged Method

Called when [value changed].

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

Syntax


void OnValueChanged(
	Nullable<double> oldValue,
	Nullable<double> newValue
)
Sub OnValueChanged ( _
	oldValue As Nullable(Of Double), _
	newValue As Nullable(Of Double) _
)
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.