MouseAction.OnMouseLeave(LeaveShapeEventArgs) Method

Definition

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

e
LeaveShapeEventArgs

A LeaveShapeEventArgs that contains event data.

Applies to