MapPanEndEventArgs
Class
Event arguments for map pan completion that provide updated map viewport coordinates and boundaries. Contains the new center position and extent information after a user pan operation, useful for updating related UI or loading data for the new view area.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class MapPanEndEventArgs : MapCoordinateEventArgsBase
Inheritance: objectMapCoordinateEventArgsBaseMapPanEndEventArgs
Constructors
C#
public MapPanEndEventArgs()