New to Kendo UI for Angular? Start a free 30-day trial
ZoomStartEvent
Updated on Oct 31, 2025
Arguments for the zoomStart event.
Fires when the map zoom level is about to change.
Cancel the event to prevent the user action.
| Name | Type | Default | Description |
|---|---|---|---|
originalEvent |
|
The source DOM event instance. | |
sender |
|
The |
Methods
isDefaultPrevented | ||||
|---|---|---|---|---|
|
Returns | ||||
|
preventDefault |
|---|
|
Prevents the default action for a specified event. In this way, the source component suppresses the built-in behavior that follows the event. |