DesignerActionListCollection.OnSet(Int32, Object, Object) Método

Definição

Realiza processos personalizados adicionais antes de definir um valor na DesignerActionListCollection instância.

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)

Parâmetros

index
Int32

O índice baseado em zero em que oldValue pode ser encontrado.

oldValue
Object

O valor a substituir por newValue.

newValue
Object

O novo valor do elemento em index.

Aplica-se a