MouseAction.OnMouseActionCompleted Method

Alerts listeners that the mouse action has completed.

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

Syntax

'Declaration
Protected Overridable Sub OnMouseActionCompleted ( _
    e As DiagramEventArgs _
)
protected virtual void OnMouseActionCompleted(
    DiagramEventArgs e
)
protected:
virtual void OnMouseActionCompleted(
    DiagramEventArgs^ e
)
abstract OnMouseActionCompleted : 
        e:DiagramEventArgs -> unit  
override OnMouseActionCompleted : 
        e:DiagramEventArgs -> unit
protected function OnMouseActionCompleted(
    e : DiagramEventArgs
)

Parameters

.NET Framework Security

See Also

Reference

MouseAction Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace