ToolPart.CancelChanges Method
Called when the user clicks the Cancel button in the tool pane.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overridable Sub CancelChanges
'Usage
Dim instance As ToolPart
instance.CancelChanges()
public virtual void CancelChanges()
Remarks
To view a code sample that includes the CancelChanges method, see the ToolPart topic.