AbsoluteBoundsChangedEventArgs Class

Definition

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.

Applies to