Share via


DataPageComplete Event

Occurs when the specified data access page finishes loading.

Private Sub Object_DataPageComplete(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 | DSCEventInfo Object