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
inputEventArgument
Type: System.StringThe String that represents the input event argument.
Implements
ICallbackEventHandler.RaiseCallbackEvent(String)
See Also
Reference
SaveBeforeNavigationControl Class