New to Telerik UI for WPFStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

C#
public class BoundsChangedEventArgs : EventArgs

Inheritance: objectEventArgsBoundsChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the BoundsChangedEventArgs class.

C#
public BoundsChangedEventArgs(Rect oldValue, Rect newValue)
Parameters:oldValueRect

The old value.

newValueRect

The new value.

Properties

Gets the new value.

C#
public Rect NewBounds { get; }

Gets the old value.

C#
public Rect OldBounds { get; }