Click
eventsFired when the user clicks on a shape or a connection.
Event Data
e.item kendo.dataviz.diagram.Shape | kendo.dataviz.diagram.Connection
The clicked shape or connection.
meta Object
An object with fields indicating which keys(altKey, ctrlKey, shiftKey, metaKey) were pressed.
e.point kendo.dataviz.diagram.Point
The clicked location.
e.sender kendo.dataviz.ui.Diagram
The widget instance which fired the event.