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

Telerik.Web.UI.RadListBoxTransferredEventArgs

Provides data for the E:Telerik.Web.UI.RadListBox.Transferred event of the Telerik.Web.UI.RadListBox control.

Inheritance Hierarchy

  • System.Object
  • System.EventArgs
  • Telerik.Web.UI.RadListBoxTransferredEventArgs

Properties

DestinationListBox RadListBox

Gets or sets the destination listbox of the transfer operation.

Items IList1`

Gets or sets the referenced items in the control when the event is raised.

SourceListBox RadListBox

Gets or sets the source listbox of the transfer operation.

In this article