New to Kendo UI for AngularStart a free 30-day trial

Diagram Events

The Kendo UI for Angular Diagram provides a comprehensive set of events that enable you to respond to user interactions, shape modifications, and other diagram-related activities. This article describes all available events and how to handle them.

EventDescription
changeFired when the diagram content changes, such as when shapes or connections are added, removed, or modified.
diagramClickFired when the user clicks on the diagram canvas (not on a specific shape or connection).
dragFired continuously while dragging shapes or connections within the diagram.
dragEndFired when a drag operation is completed.
dragStartFired when a drag operation begins on a shape or connection.
shapeBoundsChangeFired when the bounds (position or size) of a shape are modified.
mouseEnterFired when the mouse pointer enters a shape or connection area.
mouseLeaveFired when the mouse pointer leaves a shape or connection area.
panFired when the diagram viewport is panned (moved) by the user.
selectFired when shapes or connections are selected or deselected.
zoomEndFired when a zoom operation is completed.
zoomStartFired when a zoom operation begins.

The following example demonstrates all available events in action.

Change Theme
Theme
Loading ...

See Also

In this article
See Also
Not finding the help you need?
Contact Support