Click or drag to resize
KaxListBoxTransferredEventArgs Class
Provides data for the Transferred event of the KaxListBox control.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Kettic.AspNet.ControlsKaxListBoxTransferredEventArgs

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxListBoxTransferredEventArgs : EventArgs

The KaxListBoxTransferredEventArgs type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDestinationListBox
Gets or sets the destination listbox of the transfer operation.
Public propertyItems
Gets or sets the referenced items in the KaxListBox control when the event is raised.
Public propertySourceListBox
Gets or sets the source listbox of the transfer operation.
Top
See Also