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