Click or drag to resize
KaxListBoxEventArgs Class
Provides data for the Deleted, Transferred, Inserted and Reordered events.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Kettic.AspNet.ControlsKaxListBoxEventArgs
      Kettic.AspNet.ControlsKaxListBoxDeletingEventArgs
      Kettic.AspNet.ControlsKaxListBoxInsertingEventArgs
      Kettic.AspNet.ControlsKaxListBoxUpdatingEventArgs

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

The KaxListBoxEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodKaxListBoxEventArgs
Initializes a new instance of the KaxListBoxEventArgs class.
Top
Properties
  NameDescription
Public propertyItems
Gets the referenced items in the KaxListBox control when the event is raised.
Top
See Also