2.2.1.1.1 TableModified Event Types
The following table specifies the table modification event types. Clients can register to receive notifications about these events by using the RopRegisterNotification ROP (section 2.2.1.2.1).
Event name |
Description |
---|---|
TableChanged |
A table has been changed. |
TableRowAdded |
A new row has been added to the table. |
TableRowDeleted |
An existing row has been deleted from the table. |
TableRowModified |
An existing row has been modified in the table. |
TableRestrictionChanged |
A table restriction has been cleared, removed, or is pending. For more details about how a table restriction is cleared or removed, see [MS-OXCTABL] section 3.2.5.16. For more details about how this event type is related to the TBLSTAT_RESTRICTING value of the TableStatus field, as specified in [MS-OXCTABL] section 2.2.2.1.3, of the RopRestrict ROP ([MS-OXCROPS] section 2.2.5.3), see [MS-OXCTABL] section 3.2.5.1. |
For server steps related to creating and sending TableModified event notifications, see section 3.1.4.3. For client initialization steps related to subscribing to TableModified event notifications, see section 3.2.4.2.