TreeControl.ICallbackEventHandler.GetCallbackResult Method
Gets callback results.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Private Function GetCallbackResult As String
Implements ICallbackEventHandler.GetCallbackResult
'Usage
Dim instance As TreeControl
Dim returnValue As String
returnValue = CType(instance, ICallbackEventHandler).GetCallbackResult()
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
stringICallbackEventHandler.GetCallbackResult()
Return Value
Type: System.String
Returns String.
Implements
ICallbackEventHandler.GetCallbackResult()