[]
        
(Showing Draft Content)

C1.C1Preview.OwnedFastListBase.OnInsertComplete

OnInsertComplete Method

OnInsertComplete(int, object)

Called after an item has been inserted.

Declaration
protected virtual void OnInsertComplete(int index, object item)
Protected Overridable Sub OnInsertComplete(index As Integer, item As Object)
Parameters
Type Name Description
int index

The item index.

object item

The item.