Skip to content

CurrentExtentChangedMapViewEventArgs

Namespace: ThinkGeo.UI.Blazor

Provides data for MapView.OnCurrentExtentChanged event.

public class CurrentExtentChangedMapViewEventArgs : System.EventArgs

Inheritance ObjectEventArgsCurrentExtentChangedMapViewEventArgs

Properties

CurrentExtent

Gets current extent.

public RectangleShape CurrentExtent { get; }

Property Value

RectangleShape

PreviousExtent

Gets previous extent.

public RectangleShape PreviousExtent { get; }

Property Value

RectangleShape

Constructors

CurrentExtentChangedMapViewEventArgs(RectangleShape, RectangleShape)

Initializes a new instance of the CurrentExtentChangedMapViewEventArgs.

public CurrentExtentChangedMapViewEventArgs(RectangleShape currentExtent, RectangleShape previousExtent)

Parameters

currentExtent RectangleShape
Current extent of the instance of

previousExtent RectangleShape
Previous extent of the instance of