UIAccessibility.PostNotification Method
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.
Overloads
PostNotification(Int32, NSObject) |
Posts an accessibility notification. |
PostNotification(UIAccessibilityPostNotification, NSObject) |
Posts an accessibility notification. |
PostNotification(Int32, NSObject)
Posts an accessibility notification.
public static void PostNotification (int notification, Foundation.NSObject argument);
static member PostNotification : int * Foundation.NSObject -> unit
Parameters
- notification
- Int32
Notification to post.
- argument
- NSObject
Parameter to the notification.
Applies to
PostNotification(UIAccessibilityPostNotification, NSObject)
Posts an accessibility notification.
public static void PostNotification (UIKit.UIAccessibilityPostNotification notification, Foundation.NSObject argument);
static member PostNotification : UIKit.UIAccessibilityPostNotification * Foundation.NSObject -> unit
Parameters
- notification
- UIAccessibilityPostNotification
Notification to post.
- argument
- NSObject
Parameter to the notification.