Share via


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)

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.

See also

Reference

WebPartAdder class

WebPartAdder members

Microsoft.SharePoint.WebPartPages namespace