InitializeView()

Initialize the Multiton View instance.
Namespace: PureMVC.CoreAssembly: PureMVC in (PureMVC.dll)

Syntax

C#
protected void InitializeView()

Remarks

Called automatically by the constructor, this is your opportunity to initialize the Multiton instance in your subclass without overriding the constructor.