AJE Components
EngineClassBase Changed EventAJE Data Report Engine Help
This Event is fired if the SetIsChanged method is called with the 'Notify' argument set to True.

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

public event ChangedEventHandler Changed

Value

Type: ChangedEventHandler
Remarks

Useful as a flag to indicate that the Data in the Object has changed in someway.
See Also