[]
        
(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)
Protected Overrides Sub OnInsertComplete(index As Integer, value As Object)
Parameters
Type Name Description
int index

The item index.

object value

The item.

Overrides