NSAccessibility.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
| Name | Description |
|---|---|
| PostNotification(NSObject, NSString) | |
| PostNotification(NSObject, NSString, NSDictionary) |
PostNotification(NSObject, NSString, NSDictionary)
public static void PostNotification(Foundation.NSObject element, Foundation.NSString notification, Foundation.NSDictionary? userInfo);
static member PostNotification : Foundation.NSObject * Foundation.NSString * Foundation.NSDictionary -> unit
Parameters
- element
- NSObject
- notification
- NSString
- userInfo
- NSDictionary