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 an item is removed from the collection.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
protected override void OnRemoveComplete(
int index,
object value
)
protected:
virtual void OnRemoveComplete(
int index,
Object^ value
) override
override OnRemoveComplete :
index:int *
value:Object -> unit
Protected Overrides Sub OnRemoveComplete (
index As Integer,
value As Object
)
Parameters
index
Type: System.Int32The zero-based index of the item in the collection.
value
Type: System.ObjectThe value of the item.
See Also
BaseCollection Class
Microsoft.ManagementConsole Namespace
Return to top