Share via


UIAccessibilityAnnouncementFinishedEventArgs Class

Definition

Provides data for an event based on a posted NSNotification object.

public class UIAccessibilityAnnouncementFinishedEventArgs : Foundation.NSNotificationEventArgs
type UIAccessibilityAnnouncementFinishedEventArgs = class
    inherit NSNotificationEventArgs
Inheritance
UIAccessibilityAnnouncementFinishedEventArgs

Constructors

Name Description
UIAccessibilityAnnouncementFinishedEventArgs(NSNotification)

Initializes a new instance of the UIAccessibilityAnnouncementFinishedEventArgs class.

Properties

Name Description
Announcement
Notification

The underlying NSNotification object from the posted notification.

(Inherited from NSNotificationEventArgs)
WasSuccessful

Applies to