AutomationNotificationKind Enum

Definition

Indicates the type of notification when calling RaiseNotificationEvent

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum AutomationNotificationKind
Inheritance
AutomationNotificationKind
Attributes

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
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6