WebPartAdder.ICallbackEventHandler.GetCallbackResult Method
Returns the result of a callback event that targets a WebPartAdder control.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Private Function GetCallbackResult As String
Implements ICallbackEventHandler.GetCallbackResult
'Usage
Dim instance As WebPartAdder
Dim returnValue As String
returnValue = CType(instance, ICallbackEventHandler).GetCallbackResult()
stringICallbackEventHandler.GetCallbackResult()
Return Value
Type: System.String
The result of the callback event.
Implements
ICallbackEventHandler.GetCallbackResult()
Remarks
This method only supports the current preview callback event.
This member is an explicit interface member implementation. It can be used only when the WebPartAdder instance is cast to an ICallbackEventHandler interface.