AbsoluteBoundsChangedEventArgs.SetEventArgs Method

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'宣言
Public Sub SetEventArgs ( _
    oldValue As RectangleD, _
    newValue As RectangleD _
)
'使用
Dim instance As AbsoluteBoundsChangedEventArgs
Dim oldValue As RectangleD
Dim newValue As RectangleD

instance.SetEventArgs(oldValue, newValue)
public void SetEventArgs(
    RectangleD oldValue,
    RectangleD newValue
)
public:
void SetEventArgs(
    RectangleD oldValue, 
    RectangleD newValue
)
public function SetEventArgs(
    oldValue : RectangleD, 
    newValue : RectangleD
)

Parameters

Permissions

See Also

Reference

AbsoluteBoundsChangedEventArgs Class

AbsoluteBoundsChangedEventArgs Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace