Assembly: Report;
The IReportObjectChangeEventArgs interface is used to work with parameters of events that occur on changing an object in the ReportBox component.
IReportObjectChangeEventArgs
The following events occur on changing the object:
OnAfterObjectChange. Occurs after changing an object
OnBeforeObjectChange. Occurs before changing an object.
Property name | Brief description | |
Object | The Object property returns a changed object. | |
Type | The Type property returns a type of change that occurs with an object. |
Property name | Brief description | |
Report | The Report property returns the ReportBox component that has generated the event. | |
Sheet | The Sheet property returns the sheet of the regular report, on which the event has occurred. |
See also: