DataError Event

Occurs whenever a data error occurs.

Private Sub Object_DataError(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