NSNotificationCenter.DefaultCenter Property
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.
The default notification center, system notifications and system-level events are posted to this notification center.
public static Foundation.NSNotificationCenter DefaultCenter { [Foundation.Export("defaultCenter", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.DefaultCenter : Foundation.NSNotificationCenter
Property Value
- Attributes
Remarks
The NSNotificationCenter.DefaultCenter plays a central role in the application as this is where system notifications are posted for interesting system-level events.