NotificationEventArgs Constructor

Definition

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

public:
 NotificationEventArgs(System::Windows::Automation::AutomationNotificationKind notificationKind, System::Windows::Automation::AutomationNotificationProcessing notificationProcessing, System::String ^ displayString, System::String ^ activityId);
public NotificationEventArgs (System.Windows.Automation.AutomationNotificationKind notificationKind, System.Windows.Automation.AutomationNotificationProcessing notificationProcessing, string displayString, string activityId);
new System.Windows.Automation.NotificationEventArgs : System.Windows.Automation.AutomationNotificationKind * System.Windows.Automation.AutomationNotificationProcessing * string * string -> System.Windows.Automation.NotificationEventArgs
Public Sub New (notificationKind As AutomationNotificationKind, notificationProcessing As AutomationNotificationProcessing, displayString As String, activityId As String)

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