Aracılığıyla paylaş


EventType Enum

Definition

Type of event used for change notification.

public enum EventType
type EventType = 
Public Enum EventType
Inheritance
EventType

Fields

Name Value Description
None 0

The default type when there is no event.

Closed 1

When the item is closed.

Closing 2

When the item is closing.

Deleting 3

When the item is deleting.

Deleted 4

When the item is deleted.

Creating 5

When the item is being created.

Created 6

When the item is created.

Removing 7

When the item is being removed.

Removed 8

When the item is removed.

Reloading 9

When the item is reloading.

Reloaded 10

When the item is reloaded.

Saved 11

When the item is being saved.

Saving 12

When the item is saved.

Adding 13

When the item is being added.

Added 14

When the item is added.

Applies to