Click or drag to resize
KaxListViewItemEventArgs Class
Provides data for the ItemCreated and ItemDataBound events.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Kettic.AspNet.ControlsKaxListViewItemEventArgs

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

The KaxListViewItemEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodKaxListViewItemEventArgs
Initializes a new instance of the KaxListViewItemEventArgs class.
Top
Properties
  NameDescription
Public propertyItem
The item being created or data-bound.
Top
See Also