Skip to content

CollectedMapArgumentsMapViewEventArgs

Namespace: ThinkGeo.Core

Provides data for the StretchedTileCleared event.

public class CollectedMapArgumentsMapViewEventArgs : System.EventArgs

Inheritance ObjectEventArgsCollectedMapArgumentsMapViewEventArgs

Properties

MapArguments

public IMapArguments MapArguments { get; set; }

Property Value

IMapArguments

Constructors

CollectedMapArgumentsMapViewEventArgs()

Initializes a new instance of the CollectedMapArgumentsMapViewEventArgs class.

public CollectedMapArgumentsMapViewEventArgs()

CollectedMapArgumentsMapViewEventArgs(IMapArguments)

Initializes a new instance of the CollectedMapArgumentsMapViewEventArgs class.

public CollectedMapArgumentsMapViewEventArgs(IMapArguments mapArguments)

Parameters

mapArguments IMapArguments