Skip to main content
A newer version of this page is available. .

LayerBase.ViewportChanged Event

Occurs every time the current viewport is changed.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v18.2.dll

Declaration

public event ViewportChangedEventHandler ViewportChanged

Event Data

The ViewportChanged event's data class is ViewportChangedEventArgs. The following properties provide information specific to this event:

Property Description
BottomRight Returns the bottom-right coordinate of the current viewport.
TopLeft Returns the top-left coordinate of the current viewport.
ZoomLevel Returns the zoom level of the current viewport.
See Also