DesignerVerbCollection.OnRemove(Int32, Object) Méthode

Définition

Déclenche l’événement Remove.

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)

Paramètres

index
Int32

Index auquel supprimer l'élément.

value
Object

Objet à supprimer.

Remarques

Les héritiers peuvent remplacer cette méthode pour ajouter un comportement pour l’événement Remove .

S’applique à