ClientApplicationWebPartBase.EndSave method
Represents the phase after extracting personalization data from a control.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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