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


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

    Parameters

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