SPUserCodePropertyCollection.OnClear Method
Called when the collection is cleared.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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