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

DateEditProcessor..::..ValueChanged Event

Occurs when [value changed].

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

Syntax


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