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

ControlValueChangedArgs Constructor

Initializes a new instance of the ControlValueChangedArgs class.

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

Syntax


public ControlValueChangedArgs(
	string controlValue
)
Public Sub New ( _
	controlValue As String _
)
public:
ControlValueChangedArgs(
	String^ controlValue
)

Parameters

controlValue
Type: String
The control value.