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 processes 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 Sub RaiseCallbackEvent ( _
inputEventArgument As String _
) Implements ICallbackEventHandler.RaiseCallbackEvent
'Usage
Dim instance As SaveBeforeNavigateHandler
Dim inputEventArgument As String
CType(instance, ICallbackEventHandler).RaiseCallbackEvent(inputEventArgument)
void ICallbackEventHandler.RaiseCallbackEvent(
string inputEventArgument
)
Parameters
- inputEventArgument
Type: System.String
Implements
ICallbackEventHandler.RaiseCallbackEvent(String)
See also
Reference
SaveBeforeNavigateHandler class