[]
        
(Showing Draft Content)

C1.C1Preview.OwnedCollectionBase.OnRemoveComplete

OnRemoveComplete Method

OnRemoveComplete(int, object)

Called after an item has been removed.

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

The item index.

object value

The item.

Overrides