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)
'Declaration
Public Overridable Function GetCallbackResult As String
'Usage
Dim instance As DataFormWebPart
Dim returnValue As String
returnValue = instance.GetCallbackResult()
public virtual string GetCallbackResult()
Type: System.String
The select/option pair that is related to the unique field value.
ICallbackEventHandler.GetCallbackResult()
To ensure that callback events originate from the expected user interface (UI), an application can validate callbacks.