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

Definição

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

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 de base zero no qual o oldValue pode ser encontrado.

oldValue
Object

O valor a ser substituído por newValue.

newValue
Object

O novo valor do elemento em index.

Aplica-se a