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

DataEntryNumericControlProcessor..::..OnValueChanged Method

Called when [value changed].

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

Syntax


public virtual void OnValueChanged(
	string newValue
)
Public Overridable Sub OnValueChanged ( _
	newValue As String _
)
public:
virtual void OnValueChanged(
	String^ newValue
)

Parameters

newValue
Type: String
The new value.