Occurs when object has changed location, shape, or size.
Namespace:
Greatis.NostalgiaAssembly: Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Event ObjectLocationChanged As ObjectEventHandler |
| C# |
|---|
public event ObjectEventHandler ObjectLocationChanged |
| Visual C++ |
|---|
public: event ObjectEventHandler^ ObjectLocationChanged { void add (ObjectEventHandler^ value); void remove (ObjectEventHandler^ value); } |
| JavaScript |
|---|
function add_objectLocationChanged(value); function remove_objectLocationChanged(value); |