AutomationNotificationKind Enum

Definition

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

public enum class AutomationNotificationKind
public enum AutomationNotificationKind
type AutomationNotificationKind = 
Public Enum AutomationNotificationKind
Inheritance
AutomationNotificationKind

Fields

ActionAborted 3

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

ActionCompleted 2

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

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.

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