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


In This Topic
    OnMouseEnter Method (ElementContainerControl)
    In This Topic
    Raises the MouseEnter event.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnMouseEnter( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As ElementContainerControl
    Dim e As EventArgs
     
    instance.OnMouseEnter(e)
    protected override void OnMouseEnter( 
       EventArgs e
    )

    Parameters

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