NotificationEventArgs Constructor

Definition

Initializes a new instance of the NotificationEventArgs class with the specified arguments.

C#
public NotificationEventArgs(System.Windows.Automation.AutomationNotificationKind notificationKind, System.Windows.Automation.AutomationNotificationProcessing notificationProcessing, string displayString, string activityId);

Parameters

notificationKind
AutomationNotificationKind

Specifies the type of the notification.

notificationProcessing
AutomationNotificationProcessing

Specifies the order in which to process the notification.

displayString
String

A display string that describes the event.

activityId
String

A unique non-localized string to identify an action or group of actions. Use this to pass additional information to the event handler.

Applies to

Product Versions
.NET Framework 4.8.1
Windows Desktop 6, 7, 8, 9, 10