Occurs when a tile is about to load.
Syntax
Event Data
The event handler receives an argument of type TiledLayer.TileLoadEventArgs containing data related to this event. The following TiledLayer.TileLoadEventArgs properties provide information specific to this event.
Property | Description |
---|
Column | Gets the tile column. |
Error | Gets the error loading tile if a problem occured accessing the tile. |
ImageSource | Gets or sets the tile image source. You can set this in the event handler to intercept and modify tiles. |
ImageStream | Gets the tile image stream. |
Level | Gets the tile level. |
Row | Gets the tile row. |
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also