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

Telerik.Web.UI.DropTargetAreaClientEvents

Defines the client events handlers.

Inheritance Hierarchy

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

Properties

OnDragEnter String

Fired when draggable moves over one of the drop targets. 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 one of the drop targets. 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 one of the drop targets. 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