ActiveDirectorySiteCollection.OnInsertComplete(Int32, Object) Method

Definition

Overrides the OnInsertComplete(Int32, Object) method.

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

Parameters

index
Int32

The zero-based index where the element was inserted.

value
Object

The new value of the element at index.

Applies to

See also