Click or drag to resize
KaxListBoxDropEventArgs Class
Provides data for the Dropping and Dropped events of the KaxListBox control.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Kettic.AspNet.ControlsKaxListBoxDropEventArgs
      Kettic.AspNet.ControlsKaxListBoxDroppedEventArgs
      Kettic.AspNet.ControlsKaxListBoxDroppingEventArgs

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

The KaxListBoxDropEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodKaxListBoxDropEventArgs
Top
Properties
  NameDescription
Public propertyHtmlElementID
Gets the ID of the HTML element on which the source item(s) is(are) dropped.
Public propertySourceDragItems
Top
See Also