True DBGrid for WinForms | ComponentOne
C1.Win.TrueDBGrid.8 Assembly / C1.Win.TrueDBGrid Namespace / C1TrueDBGrid Class / Collapsed Event

In This Topic
    Collapsed Event (C1TrueDBGrid)
    In This Topic
    Occurs after a hierarchical row has been collapsed.
    Syntax
    'Declaration
     
    Public Event Collapsed As System.EventHandler(Of BandChangedEventArgs)
    public event System.EventHandler<BandChangedEventArgs> Collapsed
    Event Data

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

    PropertyDescription
    Indicates the recordset level that holds the current row within a master-detail hierarchy.  
    See Also