Click or drag to resize
KaxListViewPerformInsert Method (KaxListViewInsertItem, Boolean)
Performs asynchronous insert operation, using the DataSourceControl API, then Rebinds. When the asynchronous operation calls back, KaxListView will fire ItemInserted event.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual void PerformInsert(
	KaxListViewInsertItem insertItem,
	bool suppressRebind
)

Parameters

insertItem
Type: Kettic.AspNet.ControlsKaxListViewInsertItem
suppressRebind
Type: SystemBoolean
Exceptions
ExceptionCondition
ArgumentNullExceptioninsertItem is null.
See Also