Notification(String, Object, String)
Constructor.
Namespace: PureMVC.Patterns.ObserverAssembly: PureMVC in (PureMVC.dll)
Syntax
C#
public Notification( string name, object body, string type )
Parameters
name
Stringname of the Notification instance. (required)
body
Objectthe Notification body. (optional)
type
Stringthe type of the Notification (optional)