Skip to content

StretchedTileClearingMapViewEventArgs

Namespace: ThinkGeo.Core

Provides data for the StretchedTileClearing event.

public class StretchedTileClearingMapViewEventArgs : System.EventArgs

Inheritance ObjectEventArgsStretchedTileClearingMapViewEventArgs

Properties

Cancel

public bool Cancel { get; set; }

Property Value

Boolean

Constructors

StretchedTileClearingMapViewEventArgs()

Initializes a new instance of the StretchedTileClearingMapViewEventArgs class.

public StretchedTileClearingMapViewEventArgs()

StretchedTileClearingMapViewEventArgs(Boolean)

Initializes a new instance of the StretchedTileClearingMapViewEventArgs class.

public StretchedTileClearingMapViewEventArgs(bool cancel)

Parameters

cancel Boolean