SilverlightToolPart.ApplyChanges Method
Retrieves the property values from the Silverlight Tool Part and updates the corresponding properties of the Silverlight Web Part accordingly.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Function ApplyChanges As Boolean
'Usage
Dim instance As SilverlightToolPart
Dim returnValue As Boolean
returnValue = instance.ApplyChanges()
public override bool ApplyChanges()
Return Value
Type: System.Boolean
true if the action is successful; otherwise false.