Skip to content

CurrentScaleChangedMapViewEventArgs

Namespace: ThinkGeo.Core

Provides data for the CurrentScaleChanged event.

public class CurrentScaleChangedMapViewEventArgs : System.EventArgs

Inheritance ObjectEventArgsCurrentScaleChangedMapViewEventArgs

Properties

OldScale

This property gets or sets the old scale.

public double OldScale { get; set; }

Property Value

Double

        The old scale.

NewScale

This property gets or sets the new scale.

public double NewScale { get; set; }

Property Value

Double

        The new scale.

Constructors

CurrentScaleChangedMapViewEventArgs(Double, Double)

public CurrentScaleChangedMapViewEventArgs(double oldScale, double newScale)

Parameters

oldScale Double

newScale Double