Switcher.ListViewCollection.OnClearComplete Method
Performs additional custom processes after clearing the contents of the Collection instance.
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Protected Overrides Sub OnClearComplete
'Usage
Me.OnClearComplete()
protected override void OnClearComplete()
protected:
virtual void OnClearComplete() override
abstract OnClearComplete : unit -> unit
override OnClearComplete : unit -> unit
protected override function OnClearComplete()