MouseAction.OnMouseActionDeactivated(DiagramEventArgs) Method

Definition

Called when this MouseAction has been deactivated.

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

Parameters

e
DiagramEventArgs

A DiagramEventArgs that contains event data.

Applies to