DesignerActionListCollection.OnInsert(Int32, Object) Méthode

Définition

Exécute les processus personnalisés supplémentaires avant l'insertion d'un nouvel élément dans l'instance de DesignerActionListCollection.

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

Paramètres

index
Int32

Index de base zéro au niveau duquel insérer value.

value
Object

Nouvelle valeur de l'élément à la position index.

S’applique à