System.Web.UI.StateManagedCollection.OnClearComplete Method

When overridden in a derived class, performs additional work after the StateManagedCollection.Clear method finishes removing all items from the collection.

Syntax

protected virtual void OnClearComplete ()

Remarks

Collections derived from System.Web.UI.StateManagedCollection can override the StateManagedCollection.OnClearComplete method to perform any additional work after all items are removed from the collection using the StateManagedCollection.Clear method.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0