Diagram.OnViewMouseLeave Method
Lets derived classes perform an action when the mouse pointer leaves the diagram client view.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntax
'Declaration
Public Overridable Sub OnViewMouseLeave ( _
pointArgs As DiagramPointEventArgs _
)
public virtual void OnViewMouseLeave(
DiagramPointEventArgs pointArgs
)
public:
virtual void OnViewMouseLeave(
DiagramPointEventArgs^ pointArgs
)
abstract OnViewMouseLeave :
pointArgs:DiagramPointEventArgs -> unit
override OnViewMouseLeave :
pointArgs:DiagramPointEventArgs -> unit
public function OnViewMouseLeave(
pointArgs : DiagramPointEventArgs
)
Parameters
pointArgs
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramPointEventArgsEvent data. For a list of arguments, see DiagramPointEventArgs.
.NET Framework Security
- 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.