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)

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.

See also

Reference

ToolPart class

ToolPart members

Microsoft.SharePoint.WebPartPages namespace