True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid.BaseGrid Namespace / Frame Class / OnFetchScrollTips Method

In This Topic
    OnFetchScrollTips Method (Frame)
    In This Topic
    Raised when scroll tips are to be displayed.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnFetchScrollTips( _
       ByVal e As FetchScrollTipsEventArgs _
    ) 
    protected virtual void OnFetchScrollTips( 
       FetchScrollTipsEventArgs e
    )

    Parameters

    e
    See Also