Delegate OnLocationChanged
Delegate for IThing state changing.
Namespace: Fibula.Common.Contracts.Delegates
Assembly: Fibula.Common.Contracts.dll
Syntax
public delegate void OnLocationChanged(IThing thing, Location previousLocation);
Parameters
Type | Name | Description |
---|---|---|
IThing | thing | A reference to the IThing which's location changed. |
Location | previousLocation | The thing's previous location. |