This member overrides MouseAction.OnDraggingBegun(MouseActionEventArgs).
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Protected Overrides Sub OnDraggingBegun ( _
e As MouseActionEventArgs _
)
'使用
Dim e As MouseActionEventArgs
Me.OnDraggingBegun(e)
protected override void OnDraggingBegun(
MouseActionEventArgs e
)
protected:
virtual void OnDraggingBegun(
MouseActionEventArgs^ e
) override
protected override function OnDraggingBegun(
e : MouseActionEventArgs
)
Parameters
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.