ITabBeforeObjectRectChangeEventArgs

Assembly: Tab;

Description

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

Inheritance Hierarchy

          IEventArgs

          ITabSheetEventArgs

          ITabObjectEventArgs

          ITabObjectChangeEventArgs

          ITabBeforeObjectRectChangeEventArgs

Comments

This event occurs if value of the ITabObjectChangeEventArgs.Type property returned by the Args parameter in the OnBeforeObjectChange event of the TabSheetBox component is set to TabObjectChangeType.Rect. To get event parameters, cast the Args parameter to the ITabBeforeObjectRectChangeEventArgs 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 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.

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.

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 Interfaces