[]
        
(Showing Draft Content)

C1.C1Preview.OwnedFastList.OnRemoveComplete

OnRemoveComplete Method

OnRemoveComplete(int, object)

Called after an item has been removed.

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

The item index.

object value

The item.

Overrides