ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewFilterEventArgs Class
Members

In This Topic
    C1GridViewFilterEventArgs Class
    In This Topic
    Provides data for the C1GridView.Filtering event of the C1GridView control.
    Object Model
    C1GridViewFilterEventArgs Class
    Syntax
    'Declaration
     
    Public Class C1GridViewFilterEventArgs 
       Inherits System.ComponentModel.CancelEventArgs
    public class C1GridViewFilterEventArgs : System.ComponentModel.CancelEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          System.ComponentModel.CancelEventArgs
             C1.Web.Wijmo.Controls.C1GridView.C1GridViewFilterEventArgs

    See Also