MouseAction.OnMouseActionActivated Method

Alerts listeners that the mouse action has begun.

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

MouseAction Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace