True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.8 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / Expanded Event

In This Topic
    Expanded Event (C1TrueDBGrid)
    In This Topic
    Occurs after a hierarchical row has been expanded.
    Syntax
    'Declaration
     
    Public Event Expanded As System.EventHandler(Of BandChangedEventArgs)
    public event System.EventHandler<BandChangedEventArgs> Expanded
    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