Piccolo.NET

PNotificationCenter.PostNotification Method (String, Object, IDictionary)

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

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

Parameters

notificationName
The name of the notification to post.
obj
The object to associate with the notification.
properties
The properties to associate 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