Remove
eventsFired when the user removes a shape or connection.
Event Data
e.connection kendo.dataviz.diagram.Connection
The connection that will be removed.
e.shape kendo.dataviz.diagram.Shape
The shape that will be removed.
e.preventDefault Function
Prevents the remove action. If called, the element will not be removed from the diagram.
e.sender kendo.dataviz.ui.Diagram
The widget instance which fired the event.