Click or drag to resize
KaxListBoxTransferringEventArgs Class
Provides data for the Transferring event of the KaxListBox control.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Kettic.AspNet.ControlsKaxListBoxTransferringEventArgs

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 KaxListBoxTransferringEventArgs : EventArgs

The KaxListBoxTransferringEventArgs type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCancel
Gets or sets a value indicating whether the Transferring event is canceled.
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