Dirty Event

Microsoft Office Web Components Object Model

Dirty Event

       

Occurs when the contents of a data access page are changed by the user.

Private Sub Object_Dirty(ByVal DSCEventInfo As DSCEventInfo)

Object   A DataSourceControl object.

DSCEventInfo   The DSCEventInfo object that contains information about the event.

Remarks

Set the ReturnValue property of the DSCEventInfo object to False to restore the previous value.

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

This event fires before the BeforeUpdate event.