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

DecimalEditControl..::..CalculatorValueChanged Event

Occurs when [calculator value changed].

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

Syntax


public event EventHandler CalculatorValueChanged
Public Event CalculatorValueChanged As EventHandler
public:
 event EventHandler^ CalculatorValueChanged {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}