Piccolo.NET

PNotificationCenter.PostNotification Method (PNotification)

Post the notification to this notification center.

public virtual void PostNotification(
   PNotification aNotification
);

Parameters

aNotification
The notification to post.

Remarks

Instead of calling this method directly, it is usually easier to use one of the convenience PostNotifcation methods, which create the notification internally.

See Also

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