AutomationNotificationKind Enum

Definition

Indicates the type of notification when calling RaiseNotificationEvent

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
public enum AutomationNotificationKind
Inheritance
AutomationNotificationKind
Attributes

Windows requirements

Device family
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v5.0)

Fields

Name Value Description
ItemAdded 0

The current element container has had something added to it that should be presented to the user.

ItemRemoved 1

The current element has had something removed from inside it that should be presented to the user.

ActionCompleted 2

The current element has a notification that an action was completed.

ActionAborted 3

The current element has a notification that an action was abandoned.

Other 4

The current element has a notification not an add, remove, completed, or aborted action.

Applies to

Product Versions
WinRT Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100