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

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

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

    See Also