SaveBeforeNavigateHandler.ICallbackEventHandler.GetCallbackResult Method
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