ResizeAction.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.
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 DiagramEventArgs that contains event data.