ReportObjectResizingEventArgs

Assembly: Report;

Description

The ReportObjectResizingEventArgs class implements the event argument that occurs at each object resizing.

Comments

To implement an event argument that occurs when an object is moved, use the ReportObjectMovingEventArgs class.

Constructors

  Constructor name Brief description
Create The Create constructor creates an argument of the event that occurs at each object resizing.

Constructors inherited from ReportEventArgs

  Constructor name Brief description
CreateArgs The Create constructor creates an argument of events of the ReportBox component.

Class object properties inherited from

  Имя свойства Краткое описание
Cancel Свойство Cancel определяет, отменять ли изменение размеров.
Object Свойство Object возвращает изменяемый объект.
Rect Свойство Rect возвращает координаты прямоугольной области занимаемой объектом.
Side Свойство Side возвращает сторону, которая была изменена.

Class 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 Classes