[]
        
(Showing Draft Content)

C1.C1Preview.OwnedCollectionBase.OnRemove

OnRemove Method

OnRemove(int, object)

Called when an item is about to be removed.

Declaration
protected override void OnRemove(int index, object value)
Protected Overrides Sub OnRemove(index As Integer, value As Object)
Parameters
Type Name Description
int index

The item index.

object value

The item.

Overrides