MouseAction.OnDragPendingEnded Method

Alerts listeners that the drag operation is no longer pending.

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

Syntax

'宣言
Protected Overridable Sub OnDragPendingEnded ( _
    e As MouseActionEventArgs _
)
'使用
Dim e As MouseActionEventArgs

Me.OnDragPendingEnded(e)
protected virtual void OnDragPendingEnded(
    MouseActionEventArgs e
)
protected:
virtual void OnDragPendingEnded(
    MouseActionEventArgs^ e
)
protected function OnDragPendingEnded(
    e : MouseActionEventArgs
)

Parameters

Permissions

See Also

Reference

MouseAction Class

MouseAction Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace