AbsoluteBoundsChangedEventArgs.SetEventArgs Method
Sets the event data.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaração
Public Sub SetEventArgs ( _
oldValue As RectangleD, _
newValue As RectangleD _
)
public void SetEventArgs(
RectangleD oldValue,
RectangleD newValue
)
public:
void SetEventArgs(
RectangleD oldValue,
RectangleD newValue
)
member SetEventArgs :
oldValue:RectangleD *
newValue:RectangleD -> unit
public function SetEventArgs(
oldValue : RectangleD,
newValue : RectangleD
)
Parameters
- oldValue
Type: Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
The bounds in world units relative to the top-left of the diagram prior to the change in bounds.
- newValue
Type: Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
The bounds in world units relative to the top-left of the diagram after the change in bounds.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.