Click or drag to resize
KaxListViewClientEvents Properties

The KaxListViewClientEvents type exposes the following members.

Properties
  Name Description
Public property OnItemDragging
This client-side event is fired when a KaxListView item is dragged.
Public property OnItemDragStarted
This client-side event is fired when a KaxListView item is about to be dragged.
Public property OnItemDropped
This client-side event is fired when a KaxListView item is dropped after dragging. This event cannot be canceled.
Public property OnItemDropping
This client-side event is fired when a KaxListView item is about to be dropped after dragging. This event can be canceled.
Public property OnListViewCreated
This client-side event is fired after the KaxListView is created.
Public property OnListViewCreating
This client-side event is fired before the KaxListView is created.
Public property OnListViewDestroying
This client-side event is fired when KaxListView object is destroyed, i.e. on each window.onunload
Top
See Also