Telerik.Web.UI.ListBoxDroppedEventArgs : Sys.EventArgs
Inheritance Hierarchy
- Sys.EventArgs
- Telerik.Web.UI.ListBoxDroppedEventArgs
Methods
get_sourceItem
returns the first selected item that is dropped
Parameters
Returns
Telerik.Web.UI.RadListBoxItem the first selected item that is dropped
get_destinationItem
Returns the destination item
Parameters
Returns
Telerik.Web.UI.RadListBoxItem the destination item
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_dropPosition
Returns the relative position either 0 (Above) or 1 (Below) toward the destination item.
Parameters
Returns
Number the relative position either 0 (Above) or 1 (Below) toward the destination item.
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 dropped
Parameters
Returns
Telerik.Web.UI.RadListBoxItem[] an array of the selected items that are dropped