DataFormWebPart.GetCallbackResult Method
Formats and returns the results of a callback event that targets a control.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overridable Function GetCallbackResult As String
'Usage
Dim instance As DataFormWebPart
Dim returnValue As String
returnValue = instance.GetCallbackResult()
public virtual string GetCallbackResult()
Return Value
Type: System.String
The select/option pair that is related to the unique field value.
Implements
ICallbackEventHandler.GetCallbackResult()
Remarks
To ensure that callback events originate from the expected user interface (UI), an application can validate callbacks.