Share via


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

'Declaration
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

.NET Framework Security

See Also

Reference

AbsoluteBoundsChangedEventArgs Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace