Assembly: Tab;
Namespace: Prognoz.Platform.Interop.Tab;
The TabBeforeObjectRectChangeEventArgs class is used to work with parameters of the event that occurs before moving or resizing an object.
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.Rect.
Class that is used to get analog of the Class class:
None;
Class that is used to get analog of the Class class object:
TabBeforeObjectRectChangeEventArgsClass;
Constructor name | Brief description | |
Create | The Create constructor creates an argument of the event that occurs before moving or resizing an object. |
Property name | Brief description | |
The Cancel property determines whether object move or resize must be canceled. | ||
The NewValue property determines object's new position and size. |
Property name | Brief description | |
The Object property returns a changed object. | ||
The Type property returns a type of change that occurs with an object. |
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. |
Property name | Brief description | |
The TabSheet property returns the component for which the event is generated. |
See also: