BeforeExpand Event

Occurs whenever the expand button is clicked on a data access page.

Private Sub Object_BeforeExpand(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 | BeforeCollapse Event | Collapse Method | Expand Method | Expanded Property