AbsoluteBoundsChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Old and new bounds values when the AbsoluteBounds property of a shape changes. This event originates from the IMS.
public ref class AbsoluteBoundsChangedEventArgs : EventArgs
public class AbsoluteBoundsChangedEventArgs : EventArgs
type AbsoluteBoundsChangedEventArgs = class
inherit EventArgs
Public Class AbsoluteBoundsChangedEventArgs
Inherits EventArgs
- Inheritance
-
AbsoluteBoundsChangedEventArgs
Constructors
AbsoluteBoundsChangedEventArgs() |
Initializes a new instance of the AbsoluteBoundsChangedEventArgs class. |
Properties
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. |
Methods
SetEventArgs(RectangleD, RectangleD) |
Sets the event data. |