Skip to content

DisplayedTileViewEventArgs

Namespace: ThinkGeo.UI.Wpf

Provides data for tile display events raised by TileView.

public class DisplayedTileViewEventArgs : System.EventArgs

Inheritance ObjectEventArgsDisplayedTileViewEventArgs

Properties

OverlayRefreshType

Gets or sets the refresh type associated with the tile.

public OverlayRefreshType OverlayRefreshType { get; set; }

Property Value

OverlayRefreshType

IsBufferTile

Gets or sets a value indicating whether the tile was drawn for the buffer area (outside the current view).

public bool IsBufferTile { get; set; }

Property Value

Boolean

Constructors

DisplayedTileViewEventArgs()

Initializes a new instance of the DisplayedTileViewEventArgs class.

public DisplayedTileViewEventArgs()

DisplayedTileViewEventArgs(OverlayRefreshType, Boolean)

Initializes a new instance of the DisplayedTileViewEventArgs class.

public DisplayedTileViewEventArgs(OverlayRefreshType overlayRefreshType, bool isBufferTile)

Parameters

overlayRefreshType OverlayRefreshType
The reason the tile is being refreshed.

isBufferTile Boolean
Indicates whether the tile was drawn for the buffer area (outside the current view).