MonobjcMonobjc Documented Class Library
PostNotification Method (notification)
NamespacesMonobjc.FoundationNSNotificationCenterPostNotification(NSNotification)

Posts a given notification to the receiver.

Original signature is '- (void)postNotification:(NSNotification *)notification'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void PostNotification(
	NSNotification notification
)
Public Overridable Sub PostNotification ( _
	notification As NSNotification _
)
public:
virtual void PostNotification(
	NSNotification^ notification
)
Parameters
notification (NSNotification)
The notification to post. This value must not be nil.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)