Class
BoundsChangedEventArgs

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

cs-api-definition
public class BoundsChangedEventArgs : EventArgs

Inheritance: objectEventArgsBoundsChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

BoundsChangedEventArgs(Rect, Rect)

Initializes a new instance of the BoundsChangedEventArgs class.

Declaration

cs-api-definition
public BoundsChangedEventArgs(Rect oldValue, Rect newValue)

Parameters

oldValue

Rect

The old value.

newValue

Rect

The new value.

Properties

NewBounds

Gets the new value.

Declaration

cs-api-definition
public Rect NewBounds { get; }

Property Value

Rect

OldBounds

Gets the old value.

Declaration

cs-api-definition
public Rect OldBounds { get; }

Property Value

Rect