AbsoluteBoundsChangedEventArgs.SetEventArgs(RectangleD, RectangleD) Method

Definition

Sets the event data.

public:
 void SetEventArgs(Microsoft::VisualStudio::Modeling::Diagrams::RectangleD oldValue, Microsoft::VisualStudio::Modeling::Diagrams::RectangleD newValue);
public void SetEventArgs (Microsoft.VisualStudio.Modeling.Diagrams.RectangleD oldValue, Microsoft.VisualStudio.Modeling.Diagrams.RectangleD newValue);
member this.SetEventArgs : Microsoft.VisualStudio.Modeling.Diagrams.RectangleD * Microsoft.VisualStudio.Modeling.Diagrams.RectangleD -> unit
Public Sub SetEventArgs (oldValue As RectangleD, newValue As RectangleD)

Parameters

oldValue
RectangleD

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

newValue
RectangleD

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

Applies to