Share via


DataRecordsetChangedEvent Object Members

Visio Automation Reference

Passed by Microsoft Office Visio as the pSubjectObj argument to the VisEventProc method of the IVisEventProc interface when events related to refreshing a data recordset fire.

Properties

  Name Description
Aa342240.properties(en-us,office.12).gif Application Returns the instance of Microsoft Office Visio associated with a DataRecordsetChangedEvent object. Read-only.
Aa342240.properties(en-us,office.12).gif DataColumnsAdded After data in a data recordset are refreshed, returns an array of names of data columns newly added to the data recordset as a result of the refresh operation. Read-only.
Aa342240.properties(en-us,office.12).gif DataColumnsChanged Returns an array of names of data columns in a data recordset whose types have changed as a result of data in the data recordset being refreshed. Read-only.
Aa342240.properties(en-us,office.12).gif DataColumnsDeleted After data in a data recordset are refreshed, returns an array of names of data columns deleted from the data recordset as a result of the refresh operation. Read-only.
Aa342240.properties(en-us,office.12).gif DataRecordset Returns the DataRecordset object associated with the DataRecordsetChanged event that fires when data in the data recordset are refreshed. Read-only.
Aa342240.properties(en-us,office.12).gif DataRowsAdded Returns an array of IDs of data rows newly added to the data recordset as a result of a data-refresh operation. Read-only.
Aa342240.properties(en-us,office.12).gif DataRowsDeleted Returns an array of IDs of data rows deleted from the data recordset as a result of a data-refresh operation. Read-only.
Aa342240.properties(en-us,office.12).gif ObjectType Returns visObjTypeDataRecordsetChangedEvent, the type of a DataRecordsetChangedEvent object. Read-only.
Aa342240.properties(en-us,office.12).gif Stat Returns status information for an object. Read-only.