Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Framework.Spread.InputMan.CellType.Views.Windows Namespace / ElementContainerControl Class / OnMouseHover Method
A System.Windows.Forms.MouseEventArgs that contains the event data.


In This Topic
OnMouseHover Method
In This Topic
Raises the MouseHover event.
Syntax
'Declaration
 
Protected Overrides Sub OnMouseHover( _
   ByVal e As EventArgs _
) 
 
'Usage
 
Dim instance As ElementContainerControl
Dim e As EventArgs
 
instance.OnMouseHover(e)

Parameters

e
A System.Windows.Forms.MouseEventArgs that contains the event data.
See Also