DesignerActionListCollection.OnRemove(Int32, Object) Método

Definición

Realiza procesos de personalización adicionales al quitar un elemento de la instancia de DesignerActionListCollection.

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

Parámetros

index
Int32

Índice de base cero en el que se puede encontrar value.

value
Object

Valor del elemento que se va a quitar de index.

Se aplica a