SPUserCodePropertyCollection.OnClear method
Called when the collection is cleared.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides Sub OnClear
'Usage
Me.OnClear()
protected override void OnClear()
Remarks
This method invokes the [T;System.Collections.CollectionBaseOnClear] method.
See also
Reference
SPUserCodePropertyCollection class