Share via


SaveBeforeNavigateHandler.ICallbackEventHandler.GetCallbackResult method

Specifies the callback behavior that returns the results of a callback event that targets a control when the autosave client-script is run.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Private Function GetCallbackResult As String
    Implements ICallbackEventHandler.GetCallbackResult
'Usage
Dim instance As SaveBeforeNavigateHandler
Dim returnValue As String

returnValue = CType(instance, ICallbackEventHandler).GetCallbackResult()
stringICallbackEventHandler.GetCallbackResult()

Return value

Type: System.String

Implements

ICallbackEventHandler.GetCallbackResult()

See also

Reference

SaveBeforeNavigateHandler class

SaveBeforeNavigateHandler members

Microsoft.SharePoint.WebControls namespace