Class CollectedMapArgumentsMapViewEventArgs
Provides data for the StretchedTileCleared event.
public class CollectedMapArgumentsMapViewEventArgs : EventArgs
- Inheritance
-
CollectedMapArgumentsMapViewEventArgs
- Inherited Members
Constructors
CollectedMapArgumentsMapViewEventArgs()
Initializes a new instance of the CollectedMapArgumentsMapViewEventArgs class.
public CollectedMapArgumentsMapViewEventArgs()
CollectedMapArgumentsMapViewEventArgs(MapArguments)
Initializes a new instance of the CollectedMapArgumentsMapViewEventArgs class.
public CollectedMapArgumentsMapViewEventArgs(MapArguments mapArguments)
Parameters
mapArguments
MapArguments
Properties
MapArguments
public MapArguments MapArguments { get; set; }