DesignerActionListCollection.OnInsert(Int32, Object) Metodo

Definizione

Esegue processi personalizzati aggiuntivi prima di inserire un nuovo elemento nell'istanza DesignerActionListCollection di .

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)

Parametri

index
Int32

Indice in base zero in corrispondenza del quale inserire value.

value
Object

Nuovo valore dell'elemento in index.

Si applica a