Share via


SaveBeforeNavigationControl.ICallbackEventHandler.RaiseCallbackEvent method

This member is reserved for internal use and is not intended to be used directly from your code.

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Private Sub RaiseCallbackEvent ( _
    inputEventArgument As String _
) Implements ICallbackEventHandler.RaiseCallbackEvent
'Usage
Dim instance As SaveBeforeNavigationControl
Dim inputEventArgument As String

CType(instance, ICallbackEventHandler).RaiseCallbackEvent(inputEventArgument)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
void ICallbackEventHandler.RaiseCallbackEvent(
    string inputEventArgument
)

Parameters

Implements

ICallbackEventHandler.RaiseCallbackEvent(String)

See also

Reference

SaveBeforeNavigationControl class

SaveBeforeNavigationControl members

Microsoft.SharePoint.Publishing.WebControls namespace