[]
        
(Showing Draft Content)

C1.C1Preview.OwnedCollection.OnSet

OnSet Method

OnSet(int, object, object)

Called when an item is about to be set.

Declaration
protected override void OnSet(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