ConnectAction.OnDraggingBegun Method

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

See Also

Reference

ConnectAction Class

ConnectAction Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace