UIAccessibilityAnnouncementFinishedEventArgs Class

Definition

Provides data for the event.

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

Constructors

UIAccessibilityAnnouncementFinishedEventArgs(NSNotification)

Initializes a new instance of the UIAccessibilityAnnouncementFinishedEventArgs class.

Properties

Announcement

The announcement that has finished.

Notification

The underlying NSNotification object from the posted notification.

(Inherited from NSNotificationEventArgs)
WasSuccessful

Whether the announcement was successfully delivered.

Applies to