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()

See also

Reference

TreeControl class

TreeControl members

Microsoft.SharePoint.Taxonomy namespace