KaxListViewPerformDelete Method (KaxListViewDataItem) |
Perform asynchronous delete operation, using the
DataSourceControl API the Rebinds the grid. Please
make sure you have specified the correct
DataKeyNames for the
KaxListView. When the asynchronous operation calls
back,
KaxListView will fire
ItemDeleted event.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public virtual void PerformDelete(
KaxListViewDataItem editedItem
)
Public Overridable Sub PerformDelete (
editedItem As KaxListViewDataItem
)
public:
virtual void PerformDelete(
KaxListViewDataItem^ editedItem
)
abstract PerformDelete :
editedItem : KaxListViewDataItem -> unit
override PerformDelete :
editedItem : KaxListViewDataItem -> unit
Parameters
- editedItem
- Type: Kettic.AspNet.ControlsKaxListViewDataItem
See Also