XmlSchemaObjectCollection.OnSet(Int32, Object, Object) Method

Definition

OnSet is invoked before the standard Set behavior. For more information, see the OnSet method for CollectionBase.

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

Parameters

index
Int32

The index of XmlSchemaObject.

oldValue
Object

The old value.

newValue
Object

The new value.

Applies to