Click or drag to resize
KaxListView Events

The KaxListView type exposes the following members.

Events
  Name Description
Public event ItemCanceling
Occurs when the Cancel command is fired from any KaxListViewDataItem
Public event ItemCommand
Raised when a button in a KaxListView control is clicked.
Public event ItemCreated
Raised when KaxListViewItem is created
Public event ItemDataBound
Raised when KaxListViewItem is data bound
Public event ItemDeleted
Occurs when a delete operation is requested, after the KaxListView control deletes the item.
Public event ItemDeleting
Occurs when a delete operation is requested, but before the KaxListView control deletes the item.
Public event ItemDrop
Occurs when a ListView item is dragged and dropped on an HTML element
Public event ItemEditing
Occurs when an edit operation is requested, but before the KaxListView item is put in edit mode
Public event ItemInserted
Occurs when an insert operation is requested, after the KaxListView control has inserted the item in the data source.
Public event ItemInserting
Occurs when an insert operation is requested, but before the KaxListView control performs the insert.
Public event ItemUpdated
Occurs when the Update command is fired from any KaxListViewDataItem
Public event ItemUpdating
Occurs when the Update command is fired from any KaxListViewDataItem
Public event LayoutCreated
Raised when LayoutTemplate is created
Public event NeedDataSource
Raised when the KaxListView is about to be bound and the data source must be assigned.
Public event PageIndexChanged
Fires when a paging action has been performed.
Public event PageSizeChanged
Fires when PageSize has been changed.
Public event SelectedIndexChanged
Fires the SelectedIndexChanged event.
Public event Sorting
Fires when PageSize has been changed.
Top
See Also