InvokeEditorAction.OnMouseActionDeactivated(DiagramEventArgs) Method

Definition

Cleans up this mouse action, such as ensuring that the timer is deactivated.

protected:
 override void OnMouseActionDeactivated(Microsoft::VisualStudio::Modeling::Diagrams::DiagramEventArgs ^ e);
protected override void OnMouseActionDeactivated (Microsoft.VisualStudio.Modeling.Diagrams.DiagramEventArgs e);
override this.OnMouseActionDeactivated : Microsoft.VisualStudio.Modeling.Diagrams.DiagramEventArgs -> unit
Protected Overrides Sub OnMouseActionDeactivated (e As DiagramEventArgs)

Parameters

e
DiagramEventArgs

The DiagramEventArgs that contains event data.

Applies to