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

Telerik.Web.UI.DropTargetClientEvents

Defines the client events handlers.

Inheritance Hierarchy

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

Properties

OnDragEnter String

Fired when draggable moves over the drop target. The dragenter event represents a jQuery mousemove event and contains all the event data of the jQuery Event Object.

OnDragLeave String

Fired when draggable moves out of the drop target. The dragleave event represents a jQuery mousemove event and contains all the event data of the jQuery Event Object.

OnDrop String

Fired when draggable is dropped over the drop target. The drop event represents a jQuery mouseup event and contains all the event data of the jQuery Event Object.

OnInitialize String

Fired when the control is initialized.

OnLoad String

Fired when the control is loaded on the page.

In this article