IReportBeforeObjectRectChangeEventArgs

Assembly: Report;

Description

The IReportBeforeObjectRectChangeEventArgs interface is used to work with parameters of the event that occurs before moving or resizing an object.

Inheritance Hierarchy

          IEventArgs

          IReportEventArgs

          IReportObjectChangeEventArgs

          IReportBeforeObjectRectChangeEventArgs

Comments

The event occurs, if the IReportObjectChangeEventArgs.Type property value returned by the Args parameter in the OnBeforeObjectChange event of the ReportBox is set to TabObjectChangeType.Rect. To get event parameters, cast the Args parameter to the IReportBeforeObjectRectChangeEventArgs interface.

Properties

  Property name Brief description
Cancel The Cancel property determines whether object move or resize must be canceled.
NewValue The NewValue property determines object's new position and size.

Properties inherited from IReportObjectChangeEventArgs

  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.

Properties inherited from IReportEventArgs

  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:

Report Assembly Interfaces