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

In This Topic
    HierarchyRowToggled Event
    In This Topic
    Occurs when a hierarchy row has been toggled.
    Syntax
    'Declaration
     
    Public Event HierarchyRowToggled As C1GridViewHierarchyRowToggledEventHandler
    public event C1GridViewHierarchyRowToggledEventHandler HierarchyRowToggled
    Event Data

    The event handler receives an argument of type C1GridViewHierarchyRowToggledEventArgs containing data related to this event. The following C1GridViewHierarchyRowToggledEventArgs properties provide information specific to this event.

    PropertyDescription
    Indicates whether the row was expanded or collapsed.  
    Gets a dictionary that represents an associated master data key value.  
    Gets the index of the row being toggled.  
    Remarks
    You must implement this event if the grid is not bound to a DataSource control.
    See Also