Occurs when object has been created.

Namespace:  Greatis.Nostalgia
Assembly:  Greatis.Nostalgia (in Greatis.Nostalgia.dll)

Syntax

Visual Basic (Declaration)
Public Event ObjectCreate As ObjectEventHandler
C#
public event ObjectEventHandler ObjectCreate
Visual C++
public:
 event ObjectEventHandler^ ObjectCreate {
	void add (ObjectEventHandler^ value);
	void remove (ObjectEventHandler^ value);
}
JavaScript
function add_objectCreate(value);
function remove_objectCreate(value);

See Also