TabBeforeObjectAngleChangeEventArgs

Assembly: Tab;

Description

The TabBeforeObjectAngleChangeEventArgs class is used to work with parameters of the event that occurs before object rotation.

Comments

This event occurs if the ITabObjectChangeEventArgs.Type property value returned by the Args parameter in event of the OnBeforeObjectChange TabSheetBox component is set to TabObjectChangeType.Angle.

Constructors

  Constructor name Brief description
Create The Create constructor creates an argument of the event that occurs on object rotation.

Class object properties inherited from ITabBeforeObjectAngleChangeEventArgs

  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.

Class object properties inherited from ITabObjectChangeEventArgs

  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 ITabObjectEventArgs

  Property name Brief description
Action The Action property returns the type of the action performed with the table object.
Object The Object property returns the object, with which the action has been performed.

Class object properties inherited from ITabSheetEventArgs

  Property name Brief description
TabSheet The TabSheet property returns the component, for which the event is generated.

See also:

Tab Assembly Classes