Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Performs custom processes after inserting an item into the collection.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
protected override void OnInsertComplete(
int index,
object value
)
protected:
virtual void OnInsertComplete(
int index,
Object^ value
) override
override OnInsertComplete :
index:int *
value:Object -> unit
Protected Overrides Sub OnInsertComplete (
index As Integer,
value As Object
)
Parameters
index
Type: System.Int32The zero-based index at which the item was inserted.
value
Type: System.ObjectThe item that was inserted.
See Also
BaseCollection Class
Microsoft.ManagementConsole Namespace
Return to top