[]
        
(Showing Draft Content)

C1.C1Preview.OwnedFastListBase.OnRemove

OnRemove Method

OnRemove(int, object)

Called when an item is about to be removed.

Declaration
protected virtual void OnRemove(int index, object item)
Protected Overridable Sub OnRemove(index As Integer, item As Object)
Parameters
Type Name Description
int index

The item index.

object item

The item.