ManualRouteAction.OnDiagramLostFocus(LostFocusEventArgs) Method

Definition

Cancels the MouseAction when focus transfers to another window.

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

Parameters

e
LostFocusEventArgs

A LostFocusEventArgs that contains event data.

Applies to