NSNotificationCenter.PostNotification(NSNotification) Method

Definition

Posts a notification that is broadcast to everyoned subscribing to that notification.

[Foundation.Export("postNotification:")]
public virtual void PostNotification (Foundation.NSNotification notification);
abstract member PostNotification : Foundation.NSNotification -> unit
override this.PostNotification : Foundation.NSNotification -> unit

Parameters

notification
NSNotification

Notification to post

Attributes

Applies to