AbsoluteBoundsChangedEventArgs.SetEventArgs(RectangleD, RectangleD) Método

Definição

Define os dados do evento.

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)

Parâmetros

oldValue
RectangleD

Os limites em unidades mundiais em relação à parte superior esquerda do diagrama antes da alteração nos limites.

newValue
RectangleD

Os limites em unidades mundiais em relação à parte superior esquerda do diagrama após a alteração nos limites.

Aplica-se a