Share via


NSNotificationCenter.PostNotification(NSNotification) Method

Definition

[Foundation.Export("postNotification:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PostNotification(Foundation.NSNotification notification);
[<Foundation.Export("postNotification:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PostNotification : Foundation.NSNotification -> unit
override this.PostNotification : Foundation.NSNotification -> unit

Parameters

notification
NSNotification
Attributes

Applies to