True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / FetchCellTipsEventHandler Delegate

In This Topic
    FetchCellTipsEventHandler Delegate
    In This Topic
    Raised when cell tips are to be displayed.
    Syntax
    'Declaration
     
    Public Delegate Sub FetchCellTipsEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As FetchCellTipsEventArgs _
    ) 
    public delegate void FetchCellTipsEventHandler( 
       System.object sender,
       FetchCellTipsEventArgs e
    )

    Parameters

    sender
    e
    See Also