| KaxListViewClientEvents Class |
Namespace: Kettic.AspNet.Controls
The KaxListViewClientEvents type exposes the following members.
| Name | Description | |
|---|---|---|
| KaxListViewClientEvents |
| Name | Description | |
|---|---|---|
| OnItemDragging |
This client-side event is fired when a KaxListView item is dragged.
| |
| OnItemDragStarted |
This client-side event is fired when a KaxListView item is about to be dragged.
| |
| OnItemDropped |
This client-side event is fired when a KaxListView item
is dropped after dragging. This event cannot be canceled.
| |
| OnItemDropping |
This client-side event is fired when a KaxListView item
is about to be dropped after dragging. This event can be canceled.
| |
| OnListViewCreated | This client-side event is fired after the
KaxListView is created. | |
| OnListViewCreating | This client-side event is fired before the
KaxListView is created. | |
| OnListViewDestroying |
This client-side event is fired when KaxListView object is
destroyed, i.e. on each window.onunload |