Occurs when object has been destroyed.
Namespace:
Greatis.NostalgiaAssembly: Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Event ObjectDestroy As ObjectEventHandler |
| C# |
|---|
public event ObjectEventHandler ObjectDestroy |
| Visual C++ |
|---|
public: event ObjectEventHandler^ ObjectDestroy { void add (ObjectEventHandler^ value); void remove (ObjectEventHandler^ value); } |
| JavaScript |
|---|
function add_objectDestroy(value); function remove_objectDestroy(value); |