MonobjcMonobjc Documented Class Library
PostNotificationNameObject Method (notificationName, notificationSender)
NamespacesMonobjc.FoundationNSNotificationCenterPostNotificationNameObject(NSString, Id)

Creates a notification with a given name and sender and posts it to the receiver.

Original signature is '- (void)postNotificationName:(NSString *)notificationName object:(id)notificationSender'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void PostNotificationNameObject(
	NSString notificationName,
	Id notificationSender
)
Public Overridable Sub PostNotificationNameObject ( _
	notificationName As NSString, _
	notificationSender As Id _
)
public:
virtual void PostNotificationNameObject(
	NSString^ notificationName, 
	Id^ notificationSender
)
Parameters
notificationName (NSString)
The name of the notification.
notificationSender (Id)
The object posting the notification.
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)