ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / SortColEventHandler Delegate
Object that fired the event.
SortColEventArgs object that contains the event data.

In This Topic
    SortColEventHandler Delegate
    In This Topic
    Represents the method that will handle the BeforeSort and C1FlexGridBase.AfterSort events.
    Syntax
    'Declaration
     
    Public Delegate Sub SortColEventHandler( _
       ByVal sender As Object, _
       ByVal e As SortColEventArgs _
    ) 
    public delegate void SortColEventHandler( 
       object sender,
       SortColEventArgs e
    )

    Parameters

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