[]
        
(Showing Draft Content)

C1.C1Preview.RenderFragmentCollection.OnSet

OnSet Method

OnSet(int, object, object)

Called when an element of the current collection is about to be set.

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

The index of the element.

object oldValue

The old value of the element.

object newValue

The new value of the element.

Overrides