AfterInsert Event

Microsoft Office Web Components Object Model

AfterInsert Event

       

Occurs after a record has been inserted. Use this event if you want to perform a set of actions when a record is inserted.

Private Sub Object_AfterInsert(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.