ComponentOne True DBGrid for WinForms
Expand Event

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1TrueDBGrid Class : Expand Event
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