Alerts listeners that the mouse is hovering over the diagram.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Protected Overridable Sub OnHoveringBegun ( _
e As MouseActionEventArgs _
)
'使用
Dim e As MouseActionEventArgs
Me.OnHoveringBegun(e)
protected virtual void OnHoveringBegun(
MouseActionEventArgs e
)
protected:
virtual void OnHoveringBegun(
MouseActionEventArgs^ e
)
protected function OnHoveringBegun(
e : MouseActionEventArgs
)
Parameters
e
Type: Microsoft.VisualStudio.Modeling.Diagrams.MouseActionEventArgsThe arguments for a mouse action.
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.