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

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

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

    See Also