[]
        
(Showing Draft Content)

C1.C1Preview.EventCollection.OnInsertComplete

OnInsertComplete Method

OnInsertComplete(int, object)

Called after an item has been inserted. Fires the Changed event.

Declaration
protected override void OnInsertComplete(int index, object value)
Parameters
Type Name Description
int index

The item index.

object value

The item.

Overrides