The members of MonoMac.Foundation.NSNotification are listed below.
See Also: Inherited members from MonoMac.Foundation.NSObject
| A constructor that initializes the object from the data stored in the unarchiver object. | ||
| Constructor to call on derived classes when the derived class has an [Export] constructor. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] | Name | string. The name given to this notification. |
| [read-only] | Object | NSObject. The object payload for the notification. |
| [read-only] | UserInfo | NSDictionary. The optional dictionary payload for the notification. |
static | FromName(string, NSObject)Creates a new NSNotification with a name and an object payload. | |
static | FromName(string, NSObject, NSDictionary)Creates a new NSNotification with a name, an object and a dictionary payload. | |