Piccolo.NET

PNotificationCenter.PostNotification Method (String, Object)

Post a new notfication with the given name and object.

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