Click or drag to resize
KaxListBoxItemEventArgs Class
Provides data for the ItemDataBound, ItemCreated events of the KaxListBox control.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Kettic.AspNet.ControlsKaxListBoxItemEventArgs

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

The KaxListBoxItemEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodKaxListBoxItemEventArgs
Initializes a new instance of the KaxListBoxItemEventArgs class.
Top
Properties
  NameDescription
Public propertyItem
Gets or sets the referenced item in the KaxListBox control when the event is raised.
Top
See Also