SelectAction.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 action if the view loses the focus.
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
LostFocusEventArgs that contains the event data.