ActiveDirectorySiteCollection.OnRemoveComplete(Int32, Object) Method

Definition

Overrides the OnRemoveComplete(Int32, Object) method.

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

Parameters

index
Int32

The zero-based index where the element was removed.

value
Object

The element that was removed from the collection.

Applies to

See also