[]
        
(Showing Draft Content)

C1.C1Preview.OwnedCollection.OnInsertComplete

OnInsertComplete Method

OnInsertComplete(int, object)

Called after an item has been inserted.

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

The item index.

object value

The item.

Overrides