Piccolo.NET

PNotificationCenter.PostNotification Method (String, Object)

Creates a notification with the given name and object, and posts it to this notification center.

public virtual void PostNotification(
   string notificationName,
   object obj
);

Parameters

notificationName
The name of the notification to post.
obj
The object associated with the notification.

Remarks

The object is typically the object posting the notification. It may also be null.

See Also

PNotificationCenter Class | UMD.HCIL.PiccoloX.Events Namespace | PNotificationCenter.PostNotification Overload List