Notification(String, Object, String)

Constructor.
Namespace: PureMVC.Patterns.ObserverAssembly: PureMVC in (PureMVC.dll)

Syntax

C#
public Notification(
	string name,
	object body,
	string type
	)

Parameters

nameString
name of the Notification instance. (required)
bodyObject
the Notification body. (optional)
typeString
the type of the Notification (optional)