Add
eventsFired when the user adds new shape or connection.
The event handler function context (available via the this keyword) will be set to the widget instance.
Event Data
e.connection kendo.dataviz.diagram.Connection
The connection that will be added.
e.shape kendo.dataviz.diagram.Shape
The shape that will be added.
e.preventDefault Function
Prevents the add action. If called, the element will not be added to the diagram.
e.sender kendo.dataviz.ui.Diagram
The widget instance which fired the event.