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

In This Topic
    RowColEventHandler Delegate
    In This Topic
    Syntax
    'Declaration
     
    
    Public Delegate Sub RowColEventHandler( _
       ByVal sender As Object, _
       ByVal e As RowColEventArgs _
    ) 
    public delegate void RowColEventHandler( 
       object sender,
       RowColEventArgs e
    )

    Parameters

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