ITabBeforeObjectRectChangeEventArgs.NewValue

Syntax

NewValue: IGxRectF;

Description

The NewValue property determines object's new position and size.

Comments

To cancel object move or resize, use the ITabBeforeObjectRectChangeEventArgs.Cancel property.

Example

The property use is given in the example for TabSheetBox.OnBeforeObjectChange.

See also:

ITabBeforeObjectRectChangeEventArgs