Click or drag to resize
KaxListViewClientEvents Class
Inheritance Hierarchy
SystemObject
  Kettic.AspNetStateManager
    Kettic.AspNet.ControlsKaxListViewClientEvents

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 KaxListViewClientEvents : StateManager

The KaxListViewClientEvents type exposes the following members.

Constructors
  NameDescription
Public methodKaxListViewClientEvents
Top
Properties
  NameDescription
Public propertyOnItemDragging
This client-side event is fired when a KaxListView item is dragged.
Public propertyOnItemDragStarted
This client-side event is fired when a KaxListView item is about to be dragged.
Public propertyOnItemDropped
This client-side event is fired when a KaxListView item is dropped after dragging. This event cannot be canceled.
Public propertyOnItemDropping
This client-side event is fired when a KaxListView item is about to be dropped after dragging. This event can be canceled.
Public propertyOnListViewCreated
This client-side event is fired after the KaxListView is created.
Public propertyOnListViewCreating
This client-side event is fired before the KaxListView is created.
Public propertyOnListViewDestroying
This client-side event is fired when KaxListView object is destroyed, i.e. on each window.onunload
Top
See Also