ITabBeforeObjectRectChangeEventArgs.NewValue

Fore Syntax

NewValue: IGxRectF;

Fore.NET Syntax

NewValue: Prognoz.Platform.Interop.Drawing.IGxRectF;

Description

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

Comments

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

Fore and Fore.NET Examples

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

See also:

ITabBeforeObjectRectChangeEventArgs