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

DataEntryGridEditingControlHostBase..::..ControlDirty Event

Occurs when [control dirty].

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

Syntax


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