DesignerActionListCollection.OnInsert(Int32, Object) Metodo

Definizione

Esegue procedure personalizzate aggiuntive prima di inserire un nuovo elemento nell'istanza di 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)

Parametri

index
Int32

Indice a base zero in corrispondenza del quale inserire value.

value
Object

Nuovo valore dell'elemento in index.

Si applica a