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

In This Topic
    Expand Event (C1TrueDBGrid)
    In This Topic
    Occurs whenever a hierarchical row is expanded.
    Syntax
    'Declaration
     
    Public Event Expand As BandEventHandler
    public event BandEventHandler Expand
    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