Assembly: Report;
The ReportRowResizeEventArgs class implements the event argument that occurs when an object is moved.
To implement an event argument that occurs each time an object is resized, use the ReportObjectResizingEventArgs class.
| Constructor name | Brief description | |
| Create | The Create constructor creates an argument of the event that occurs when object is moved. |
| Constructor name | Brief description | |
![]() |
CreateArgs | The CreateArgs constructor creates an argument of events of the ReportBox component. |
| Property name | Brief description | |
| Cancel | The Cancel property determines whether object moving must be canceled. | |
| Object | The Object property returns a changed object. | |
| Rect | The Rect property returns coordinates of the rectangular area used by the object. |
| Property name | Brief description | |
![]() |
Report | The Report property returns the ReportBox component that generated an event. |
![]() |
Sheet | The Sheet property returns the sheet of the regular report, on which the event has occurred. |
See also: