ClientApplicationWebPartBase.EndLoad Method
Represents the end of the load phase for personalization information.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub EndLoad
'Usage
Dim instance As ClientApplicationWebPartBase
instance.EndLoad()
public void EndLoad()
Implements
ITrackingPersonalizable.EndLoad()
Remarks
This implementation of the EndLoad() method does nothing.
See Also
Reference
ClientApplicationWebPartBase Class