'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.
Property | Description |
---|---|
Band | Indicates the recordset level that holds the current row within a master-detail hierarchy. |
Cancel | Gets or sets a value indicating that the action should not be performed. |
See Also