AbsoluteBoundsChangedEventArgs Class

 

Old and new bounds values when the AbsoluteBounds property of a shape changes. This event originates from the Store.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
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

public ref class AbsoluteBoundsChangedEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodAbsoluteBoundsChangedEventArgs()

Initializes a new instance of the AbsoluteBoundsChangedEventArgs class.

NameDescription
System_CAPS_pubpropertyNewAbsoluteBounds

The bounds in world units relative to the top-left of the diagram after the change in bounds.

System_CAPS_pubpropertyOldAbsoluteBounds

The bounds in world units relative to the top-left of the diagram prior to the change in bounds.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSetEventArgs(RectangleD, RectangleD)

Sets the event data.

System_CAPS_pubmethodToString()

(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.

Return to top
Show: