SelectAction.OnMouseActionDeactivated(DiagramEventArgs) Method

Definition

Cleans up any member variables, such as the deferredSelection member.

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

A DiagramEventArgs that contains the event data.

Applies to