CustomPropertyToolPart.ApplyChanges Method
Called when the user clicks the OK or the Apply button in the tool pane to apply all property changes to the Web Part on the server.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Sub ApplyChanges
'Usage
Dim instance As CustomPropertyToolPart
instance.ApplyChanges()
public override void ApplyChanges()
Remarks
Calling the ApplyChanges method of the CustomPropertyToolPart is not recommended.