FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / RowColToolTipEventHandler Delegate
Object that fired the event.
ToolTipEventArgs object that contains the event data.

In This Topic
    RowColToolTipEventHandler Delegate
    In This Topic
    Represents the method that will handle the ShowScrollTip event.
    Syntax
    'Declaration
     
    
    Public Delegate Sub RowColToolTipEventHandler( _
       ByVal sender As Object, _
       ByVal e As ToolTipEventArgs _
    ) 
    public delegate void RowColToolTipEventHandler( 
       object sender,
       ToolTipEventArgs e
    )

    Parameters

    sender
    Object that fired the event.
    e
    ToolTipEventArgs object that contains the event data.
    See Also