Edit

Share via


EventType Enum

Definition

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.

Applies to