MouseAction.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.
Called when a LostFocus event has been dispatched to this MouseAction.
protected:
virtual void OnDiagramLostFocus(Microsoft::VisualStudio::Modeling::Diagrams::LostFocusEventArgs ^ e);
protected virtual void OnDiagramLostFocus (Microsoft.VisualStudio.Modeling.Diagrams.LostFocusEventArgs e);
abstract member OnDiagramLostFocus : Microsoft.VisualStudio.Modeling.Diagrams.LostFocusEventArgs -> unit
override this.OnDiagramLostFocus : Microsoft.VisualStudio.Modeling.Diagrams.LostFocusEventArgs -> unit
Protected Overridable Sub OnDiagramLostFocus (e As LostFocusEventArgs)
Parameters
A DiagramEventArgs that contains event data.