ComponentOne True DBGrid for WinForms
Collapse Event

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