NotifyDictionaryChangedAction Enum

Definition

Describes the action that caused the DictionaryChanged event.

public enum NotifyDictionaryChangedAction
type NotifyDictionaryChangedAction = 
Public Enum NotifyDictionaryChangedAction
Inheritance
NotifyDictionaryChangedAction

Fields

Add 0

Indicates that the notification is for an add operation.

Clear 3

Indicates that the notification is for a clear operation.

Rebuild 4

Indicates that the notification is for a rebuild operation.

Remove 2

Indicates that the notification is for a remove operation.

Update 1

Indicates that the notification is for an update operation.

Applies to