AutomationNotificationKind Enum

Definition

Indicates the type of notification when raising the UI automation notification event.

C#
public enum AutomationNotificationKind
Inheritance
AutomationNotificationKind

Fields

Name Value Description
ItemAdded 0

Something that should be presented to the user was added to the current element.

ItemRemoved 1

Something that should be presented to the user was removed from the current element.

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 that is not due to an addition or removal of something, or to a completed or aborted action.

Applies to

Product Versions
.NET Framework 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10