Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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