Class BoundsChangedEventArgs
Inheritance
System.Object
BoundsChangedEventArgs
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public class BoundsChangedEventArgs : EventArgs
Constructors
BoundsChangedEventArgs(Rect, Rect)
Initializes a new instance of the Bounds
Declaration
public BoundsChangedEventArgs(Rect oldValue, Rect newValue)
Parameters
System. The old value. |
System. The new value. |
Properties
NewBounds
Gets the new value.
Declaration
public Rect NewBounds { get; }
Property Value
System.
|
OldBounds
Gets the old value.
Declaration
public Rect OldBounds { get; }
Property Value
System.
|