Table of Contents

Delegate VistaManager.CollectTilesHandler

Namespace
Pinwheel.Vista
Assembly
Pinwheel.Vista.Runtime.dll

Represents a callback that contributes tiles owned by a manager.

public delegate void VistaManager.CollectTilesHandler(VistaManager sender, Collector<ITile> tiles)

Parameters

sender VistaManager

The manager requesting tile discovery.

tiles Collector<ITile>

The collector that should receive discovered tiles.