DesignerVerbCollection.OnInsert(Int32, Object) Méthode
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Déclenche l’événement Insert
.
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)
- index
- Int32
Index auquel insérer un élément.
- value
- Object
Objet à insérer.
Les héritiers peuvent remplacer cette méthode pour ajouter un comportement pour l’événement Insert
.
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :