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
- oldValue
Type: Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
- newValue
Type: Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
Permissions
- 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.
See Also
Reference
AbsoluteBoundsChangedEventArgs Class