KaxListViewPerformUpdate Method (KaxListViewDataItem, Boolean) |
Perform asynchronous update operation, using the
DataSource
control API. Please make sure you have specified the correct
DataKeyNames for the
KaxListView. When the asynchronous operation calls
back,
KaxListView will fire
ItemUpdated event. The boolean
property defines if
KaxListView will
Rebind after
the update.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual void PerformUpdate(
KaxListViewDataItem editedItem,
bool suppressRebind
)
Public Overridable Sub PerformUpdate (
editedItem As KaxListViewDataItem,
suppressRebind As Boolean
)
public:
virtual void PerformUpdate(
KaxListViewDataItem^ editedItem,
bool suppressRebind
)
abstract PerformUpdate :
editedItem : KaxListViewDataItem *
suppressRebind : bool -> unit
override PerformUpdate :
editedItem : KaxListViewDataItem *
suppressRebind : bool -> unit
Parameters
- editedItem
- Type: Kettic.AspNet.ControlsKaxListViewDataItem
- suppressRebind
- Type: SystemBoolean
ExceptionsException | Condition |
---|
ArgumentNullException | editedItem is
null. |
See Also