Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnMouseLeave Method
EventArgs event arguments


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

    Parameters

    e
    EventArgs event arguments
    See Also