Click or drag to resize
KaxListBoxReorderingEventArgs Class
Provides data for the Reordering event of the KaxListBox control.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Kettic.AspNet.ControlsKaxListBoxReorderingEventArgs

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

The KaxListBoxReorderingEventArgs type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCancel
Gets or sets a value indicating whether the Reordering event is canceled.
Public propertyIndex
Gets or sets the index at which the items are reordered.
Public propertyItems
Gets or sets the referenced items in the KaxListBox control when the event is raised.
Public propertyOffset
Gets or sets the offset at which the item is reordered.
Top
See Also