True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.8 Assembly / C1.Win.C1TrueDBGrid Namespace / FilterEventHandler Delegate

In This Topic
    FilterEventHandler Delegate
    In This Topic
    Raised when the grid is sorted or filtered.
    Syntax
    'Declaration
     
    Public Delegate Sub FilterEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As FilterEventArgs _
    ) 
    public delegate void FilterEventHandler( 
       System.object sender,
       FilterEventArgs e
    )

    Parameters

    sender
    e
    See Also