Occurs when hidden object is shown.
Namespace:
Greatis.NostalgiaAssembly: Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Event ObjectShow As ObjectEventHandler |
| C# |
|---|
public event ObjectEventHandler ObjectShow |
| Visual C++ |
|---|
public: event ObjectEventHandler^ ObjectShow { void add (ObjectEventHandler^ value); void remove (ObjectEventHandler^ value); } |
| JavaScript |
|---|
function add_objectShow(value); function remove_objectShow(value); |