NotificationEventArgs Class

Definition

public ref class NotificationEventArgs sealed : System::Windows::Automation::AutomationEventArgs
public sealed class NotificationEventArgs : System.Windows.Automation.AutomationEventArgs
type NotificationEventArgs = class
    inherit AutomationEventArgs
Public NotInheritable Class NotificationEventArgs
Inherits AutomationEventArgs
Inheritance
NotificationEventArgs

Constructors

NotificationEventArgs(AutomationNotificationKind, AutomationNotificationProcessing, String, String)

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

Properties

ActivityId

Gets the activity ID of the notification.

DisplayString

Gets the display string of the notification.

EventId

Gets the event identifier.

(Inherited from AutomationEventArgs)
NotificationKind

Gets the type of the notification.

NotificationProcessing

Gets the order in which to process the notification.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to