StretchedTileClearingMapViewEventArgs¶
Namespace: ThinkGeo.Core
Provides data for the StretchedTileClearing event.
public class StretchedTileClearingMapViewEventArgs : System.EventArgs
Inheritance Object → EventArgs → StretchedTileClearingMapViewEventArgs
Properties¶
Cancel¶
public bool Cancel { get; set; }
Property Value¶
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