Share via


Focus Event

Occurs when a section in a data access page receives focus.

Private Sub Object_Focus(ByVal DSCEventInfo As DSCEventInfo)

Object    A DataSourceControl object.

DSCEventInfo    The DSCEventInfo object that contains information about the event.

Remarks

Use the DataPage and Section properties of the DSCEventInfo object to determine the data access page, section, and recordset that was updated.

Applies to | DataSourceControl Object

See Also | DataPage Property | DSCEventInfo Object | Section Property