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