DesignerVerbCollection.OnSet(Int32, Object, Object) Method

Definition

Raises the Set event.

protected:
 override void OnSet(int index, System::Object ^ oldValue, System::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 at which to set the item.

oldValue
Object

The old object.

newValue
Object

The new object.

Remarks

Inheritors can override this method to add behavior for the Set event.

Applies to