ClassMapPanEndEventArgs
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:
cs-api-definition
public class MapPanEndEventArgs : MapCoordinateEventArgsBase
Inheritance: objectMapCoordinateEventArgsBaseMapPanEndEventArgs
Constructors
MapPanEndEventArgs()
Declaration
cs-api-definition
public MapPanEndEventArgs()