AJE Components
EngineClassBase Dirty EventAJE Data Report Engine Help
This Event is fired if the OnDirtyEvent Property is True or the Optional Paramater 'Notify' in the SetIsDirty method is True when SetIsDirty is called.

Namespace: AJE.DataReportEngine
Assembly: AJE.DataReportEngine (in AJE.DataReportEngine.dll) Version: 4.0.8409.29839 (4.0.1.1)
Syntax

public event DirtyEventHandler Dirty

Value

Type: DirtyEventHandler
Remarks

Useful as a flag to indicate that the Data Properties of the Object are dirty.
See Also