PropertyValueCollection.OnSetComplete(Int32, Object, Object) Method

Definition

Overrides the OnSetComplete(Int32, Object, Object) method.

protected:
 override void OnSetComplete(int index, System::Object ^ oldValue, System::Object ^ newValue);
protected override void OnSetComplete (int index, object oldValue, object newValue);
protected override void OnSetComplete (int index, object? oldValue, object? newValue);
override this.OnSetComplete : int * obj * obj -> unit
Protected Overrides Sub OnSetComplete (index As Integer, oldValue As Object, newValue As Object)

Parameters

index
Int32

The zero-based index at which oldValue can be found.

oldValue
Object

The value to replace with newValue.

newValue
Object

The new value of the element at index.

Applies to