ReportBeforeObjectAngleChangeEventArgs
Assembly: Report;
Description
The ReportBeforeObjectAngleChangeEventArgs class is used to work with parameters of the event occurring before object rotation.
Comments
The event occurs, if the IReportObjectChangeEventArgs.Type property value returned by the Args parameter in the OnBeforeObjectChange event of the ReportBox component is set to
TabObjectChangeType.Angle component.
Constructors
|
Constructor name |
Brief description |
|
Create |
The Create constructor creates an argument of the event that occurs on object rotation. |
|
Constructor name |
Brief description |
|
CreateObjectChangeArgs |
The CreateObjectChangeArgs constructor creates an argument of the event that occurs on changing an object. |
|
Constructor name |
Brief description |
|
CreateArgs |
The Create constructor creates an argument of events of the ReportBox component. |
|
Property name |
Brief description |
|
Cancel |
The Cancel property determines whether object rotation must be canceled. |
|
NewValue |
The NewValue property determines the angle, by which an object is rotated. |
|
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. |
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