Alerts listeners that the mouse is no longer over the shape in the diagram.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Protected Overridable Sub OnMouseLeave ( _
e As LeaveShapeEventArgs _
)
'使用
Dim e As LeaveShapeEventArgs
Me.OnMouseLeave(e)
protected virtual void OnMouseLeave(
LeaveShapeEventArgs e
)
protected:
virtual void OnMouseLeave(
LeaveShapeEventArgs^ e
)
protected function OnMouseLeave(
e : LeaveShapeEventArgs
)
Parameters
e
Type: Microsoft.VisualStudio.Modeling.Diagrams.LeaveShapeEventArgsThe arguments that occur when the mouse leaves the perimeter of a shape.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.