CurrentScaleChangedMapViewEventArgs¶
Namespace: ThinkGeo.Core
Provides data for the CurrentScaleChanged event.
public class CurrentScaleChangedMapViewEventArgs : System.EventArgs
Inheritance Object → EventArgs → CurrentScaleChangedMapViewEventArgs
Properties¶
OldScale¶
This property gets or sets the old scale.
public double OldScale { get; set; }
Property Value¶
The old scale.
NewScale¶
This property gets or sets the new scale.
public double NewScale { get; set; }
Property Value¶
The new scale.
Constructors¶
CurrentScaleChangedMapViewEventArgs(Double, Double)¶
public CurrentScaleChangedMapViewEventArgs(double oldScale, double newScale)
Parameters¶
oldScale
Double
newScale
Double