Share via


Current Event

Occurs when a record becomes the current record.

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