Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.