New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
OnDragEnter
OnDragLeave
OnDrop
OnInitialize
OnLoad
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.