EventType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the reason for the event notification.
public enum EventType
type EventType =
Public Enum EventType
- Inheritance
-
EventType
Fields
| Name | Value | Description |
|---|---|---|
| Create | 1 | A new row was added to the rowset. |
| Modify | 2 | A row in the rowset was modified. |
| Delete | 3 | A row was deleted from the rowset. |