Table of Contents

Class TileInfoUpdatedEvent

Namespace
MoonBark.GridPlacement.Core.Events
Assembly
MoonBark.GridPlacement.Core.dll

Event raised when tile information is updated.

public class TileInfoUpdatedEvent : ServiceEvent
Inheritance
TileInfoUpdatedEvent
Inherited Members

Constructors

TileInfoUpdatedEvent(object, TileInfo)

public TileInfoUpdatedEvent(object source, TileInfo tileInfo)

Parameters

source object
tileInfo TileInfo

Properties

TileInfo

The tile information.

public TileInfo TileInfo { get; }

Property Value

TileInfo