[]
        
(Showing Draft Content)

C1.C1Preview.RenderObjectCollection.OnSetComplete

OnSetComplete Method

OnSetComplete(int, object, object)

Called after an item has been set.

Declaration
protected override void OnSetComplete(int index, object oldValue, object newValue)
Parameters
Type Name Description
int index

The item index.

object oldValue

The old item.

object newValue

The new item.

Overrides