UIAccessibilityPostNotification Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Notification types for UIAccessibility's PostNotification method.
public enum UIAccessibilityPostNotification
type UIAccessibilityPostNotification =
- Inheritance
-
UIAccessibilityPostNotification
Fields
Name | Value | Description |
---|---|---|
Announcement | 0 | Inform the accessibility system that an announcement must be made to the user, use an NSString argument for this notification. |
LayoutChanged | 1 | Inform the accessibility system that new UI elements have been added or removed from the screen, use an NSString argument with the information to convey the details. |
PageScrolled | 2 | Inform the accessibility system that scrolling has completed, use an NSString argument to pass the information to be conveyed. |
ScreenChanged | 3 | Inform the accessibility system that a major change to the user interface has taken place (essentially, a new screen is visible), use an NSString argument to convey the details. |