Share via


WikiEditPage.RaiseCallbackEvent method

Raises a callback event after the page has been processed.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub RaiseCallbackEvent ( _
    eventArgument As String _
)
'Usage
Dim instance As WikiEditPage
Dim eventArgument As String

instance.RaiseCallbackEvent(eventArgument)
public void RaiseCallbackEvent(
    string eventArgument
)

Parameters

  • eventArgument
    Type: System.String

    The event argument to pass to the event handler.

Implements

ICallbackEventHandler.RaiseCallbackEvent(String)

Remarks

This method stores the callback event argument in the GetCallbackResult() method.

See also

Reference

WikiEditPage class

WikiEditPage members

Microsoft.SharePoint.WebPartPages namespace