NSNotificationCenter.DefaultCenter Property

Definition

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.

Applies to