True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / Collapse Event

In This Topic
    Collapse Event (C1TrueDBGrid)
    In This Topic
    Occurs whenever a hierarchical row is collapsed.
    Syntax
    'Declaration
     
    Public Event Collapse As BandEventHandler
    public event BandEventHandler Collapse
    Event Data

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

    PropertyDescription
    Indicates the recordset level that holds the current row within a master-detail hierarchy.  
    Gets or sets a value indicating that the action should not be performed.  
    See Also