OnMouseEnterHover Method (PathIconElement)
Called by the host control when the mouse enters this
Element, even if another element has captured the mouse.
public virtual void OnMouseEnterHover(
EventArgs
)
'Declaration
Public Overridable Sub OnMouseEnterHover( _
ByVal As EventArgs _
)
Parameters
- e
- System.EventArgs that contains the event data.