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 | |
---|---|---|
Application | Returns the instance of Microsoft Office Visio associated with a DataRecordsetChangedEvent object. Read-only. | |
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. | |
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. | |
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. | |
DataRecordset | Returns the DataRecordset object associated with the DataRecordsetChanged event that fires when data in the data recordset are refreshed. Read-only. | |
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. | |
DataRowsDeleted | Returns an array of IDs of data rows deleted from the data recordset as a result of a data-refresh operation. Read-only. | |
ObjectType | Returns visObjTypeDataRecordsetChangedEvent, the type of a DataRecordsetChangedEvent object. Read-only. | |
Stat | Returns status information for an object. Read-only. |