[]
        
(Showing Draft Content)

C1.C1Preview.EventCollection.OnInsert

OnInsert Method

OnInsert(int, object)

Called when an item is about to be iserted. Fires the Changing event.

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

The item index.

object value

The item.

Overrides