共用方式為


EventType Enum

Definition

Type of event used for change notification.

public enum EventType
type EventType = 
Public Enum EventType
Inheritance
EventType

Fields

Added 14

When the item is added.

Adding 13

When the item is being added.

Closed 1

When the item is closed.

Closing 2

When the item is closing.

Created 6

When the item is created.

Creating 5

When the item is being created.

Deleted 4

When the item is deleted.

Deleting 3

When the item is deleting.

None 0

The default type when there is no event.

Reloaded 10

When the item is reloaded.

Reloading 9

When the item is reloading.

Removed 8

When the item is removed.

Removing 7

When the item is being removed.

Saved 11

When the item is being saved.

Saving 12

When the item is saved.

Applies to