ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / Filtered Event

In This Topic
    Filtered Event (C1GridView)
    In This Topic
    Occurs after filter expression is applied to the underlying System.Data.DataView's System.Data.DataView.RowFilter property.
    Syntax
    'Declaration
     
    Public Event Filtered As System.EventHandler
    public event System.EventHandler Filtered
    See Also