Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBar Class / OnMouseLeave Method
An System.EventArgs that contains the event data


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

    Parameters

    e
    An System.EventArgs that contains the event data
    See Also