Share via


BaseCollection.OnClearComplete Method ()

 

Performs custom processes after clearing the contents of the collection.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

protected override void OnClearComplete()
protected:
virtual void OnClearComplete() override
override OnClearComplete : unit -> unit
Protected Overrides Sub OnClearComplete

See Also

BaseCollection Class
Microsoft.ManagementConsole Namespace

Return to top