The IReportObjectEventArgs interface contains properties of argument of the event that occurs when the user activates or deactivates an object positioned on a regular report sheet: ReportBox.OnObjectActivate.
| Property name | Brief description | |
| Action | The Action property returns type of the action executed on the object. | |
| Object | The Object property returns the object of a regular report sheet that has generated the event. |
| 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 a regular report, on which the event has occurred. |
See also: