ClassBoundsChangedEventArgs
Class
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
cs-api-definition
public class BoundsChangedEventArgs : EventArgs
Inheritance: objectEventArgsBoundsChangedEventArgs
Inherited Members
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.