ClientApplicationWebPartBase.EndSave Method
Represents the phase after extracting personalization data from a control.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub EndSave
'Usage
Dim instance As ClientApplicationWebPartBase
instance.EndSave()
public void EndSave()
Implements
ITrackingPersonalizable.EndSave()
Remarks
This implementation of the EndSave() method does nothing.
See Also
Reference
ClientApplicationWebPartBase Class