BeforeCollapse Event

Occurs when the collapse button is clicked on a data access page.

Private Sub Object_BeforeCollapse(DSCEventInfo As DSCEVENTINFO)

Object    The name of the DataSourceControl object that this event applies to.

DSCEventInfo    The DSCEventInfo object that contains information about the event.

Applies to | DataSourceControl Object

See Also | BeforeExpand Event | Collapse Method | Expand Method | Expanded Property