AutomationNotificationKind Enum

Definition

Indicates the type of notification when calling RaiseNotificationEvent

public enum class AutomationNotificationKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
enum class AutomationNotificationKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
public enum AutomationNotificationKind
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

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

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.

Other 4

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

Applies to