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

ValueChangedArgs Constructor

Initializes a new instance of the ValueChangedArgs class.

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

Syntax


public ValueChangedArgs(
	string newValue
)
Public Sub New ( _
	newValue As String _
)
public:
ValueChangedArgs(
	String^ newValue
)

Parameters

newValue
Type: String
The new value.