ManualRouteAction.OnDiagramLostFocus(LostFocusEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A LostFocusEventArgs that contains event data.