New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.DiagramClientEvents

Defines the client events handlers.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.StateManager : IMarkableStateManager, IStateManager
  • Telerik.Web.UI.DiagramClientEvents : IDefaultCheck

Properties

OnAdd String

Fired 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.

OnCancel String

Fired when the user clicks the "cancel" button in the popup window in case the item was added via a toolbar.

OnChange String

Fired when an item is added or removed to/from the diagram.

OnClick String

Fired when the user clicks on a shape or a connection.

OnDataBound String

Fired when the widget is bound to data from dataDource and connectionsDataSource.The event handler function context (available via the this keyword) will be set to the widget instance.

OnDrag String

Fired when dragging shapes or connection.

OnDragEnd String

Fired after finishing dragging shapes or connection.

OnDragStart String

Fired before starting dragging shapes or connection.

OnEdit String

Fired when the user edits a shape or connection.

OnItemBoundsChange String

Fired when the location or size of a shape are changed.

OnItemRotate String

Fired when a shape is rotated.

OnLoad String

Fired when the diagram control is loaded on the page

OnMouseEnter String

Fired when the mouse enters a shape or a connection.Will not fire for disabled items.

OnMouseLeave String

Fired when the mouse leaves a shape or a connection.Will not fire for disabled items.

OnPan String

Fired when the user pans the diagram.

OnRemove String

Fired when the user removes a shape or connection.

OnSave String

Fired when the user saved a shape or a connection.

OnSelect String

Fired when the user selects one or more items.

OnToolBarClick String

Fired when the user clicks an item in the toolbar.

OnZoomEnd String

Fired when the user changes the diagram zoom level.

OnZoomStart String

Fired when the user starts changing the diagram zoom level.

In this article