Piccolo.NET

PNotification Constructor 

Constructs a new PNotification.

public PNotification(
   string name,
   object source,
   IDictionary properties
);

Parameters

name
The name of this notification.
source
The object associated with this notification.
properties
Properties associated with this notification.

See Also

PNotification Class | UMD.HCIL.PiccoloX.Events Namespace