DirectoryServerCollection::OnInsertComplete Method (Int32, Object^)

 

Overrides the CollectionBase::OnClearComplete method.

Namespace:   System.DirectoryServices.ActiveDirectory
Assembly:  System.DirectoryServices (in System.DirectoryServices.dll)

protected:
virtual void OnInsertComplete(
	int index,
	Object^ value
) override

Parameters

index
Type: System::Int32

The zero-based index at which the element was inserted.

value
Type: System::Object^

The new value of the element at index.

.NET Framework
Available since 2.0
Return to top
Show: