AbsoluteBoundsChangedEventArgs Class
Visual Studio 2015
Old and new bounds values when the AbsoluteBounds property of a shape changes. This event originates from the Store.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
System::Object
System::EventArgs
Microsoft.VisualStudio.Modeling.Diagrams::AbsoluteBoundsChangedEventArgs
System::EventArgs
Microsoft.VisualStudio.Modeling.Diagrams::AbsoluteBoundsChangedEventArgs
| Name | Description | |
|---|---|---|
![]() | AbsoluteBoundsChangedEventArgs() | Initializes a new instance of the AbsoluteBoundsChangedEventArgs class. |
| Name | Description | |
|---|---|---|
![]() | NewAbsoluteBounds | The bounds in world units relative to the top-left of the diagram after the change in bounds. |
![]() | OldAbsoluteBounds | The bounds in world units relative to the top-left of the diagram prior to the change in bounds. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetEventArgs(RectangleD, RectangleD) | Sets the event data. |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


