AJE Components
EngineClassBase OnDirtyEvent Property AJE Data Report Engine Help
Used in conjunction with the SetIsDirty method to raise an Event. If True then if SetIsDirty is called the Dirty Event will be raised.

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

public bool OnDirtyEvent { get; set; }

Property Value

Type: OnlineBoolean
Remarks

See Also