WebPartToolPart.ApplyChanges method
Applies all property changes to the Web Part on the server.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Sub ApplyChanges
'Usage
Dim instance As WebPartToolPart
instance.ApplyChanges()
public override void ApplyChanges()
Remarks
Calling the ApplyChanges method of the WebPartToolPartIs not recommended.