IReportObjectMovingEventArgs

Assembly: Report;

Description

The IReportObjectMovingEventArgs interface contains argument properties of the event that occurs on object moving.

Inheritance Hierarchy

          IEventArgs

          IReportEventArgs

          IReportObjectMovingEventArgs

Comments

This argument is used to handle the following events:

Properties

  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.

Properties inherited from IReportEventArgs

  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:

Report Assembly Interfaces