New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
Telerik.Web.UI.ListBoxDragStartEventArgs : Sys.CancelEventArgs
Inheritance Hierarchy
- Sys.CancelEventArgs
- Telerik.Web.UI.ListBoxDragStartEventArgs
Methods
get_sourceItem
Returns the first selected item that is dragged.
Parameters
Returns
Telerik.Web.UI.RadListBoxItem
the first selected item that is dragged.
get_domEvent
Returns the Sys.UI.DomEvent instance associated to the raised event.
Parameters
Returns
Sys.UI.DomEvent
the Sys.UI.DomEvent instance associated to the raised event.
get_htmlElement
Returns the DOM html element which the item is dropped onto.
Parameters
Returns
Element
the DOM html element which the item is dropped onto.
get_sourceItems
Returns an array of the selected items that are dragged
Parameters
Returns
Telerik.Web.UI.RadListBoxItem[]
an array of the selected items that are dragged