BeforeInitialBind Event

Microsoft Office Web Components Object Model

BeforeInitialBind Event

       

Occurs before the controls on the specified data access page are bound to the recordset for the first time. Use this event to set the properties for the data access page before the controls are populated with data.

Private Sub Object_BeforeInitialBind(ByVal DSCEventInfo As DSCEventInfo)

Object   A DataSourceControl object.

DSCEventInfo   The DSCEventInfo object that contains information about the event.

Remarks

This event does not support any of the DSCEventInfo properties.