Share via


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)

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.

See also

Reference

CustomPropertyToolPart class

CustomPropertyToolPart members

Microsoft.SharePoint.WebPartPages namespace