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