WikiEditPage.RaiseCallbackEvent Method
Raises a callback event after the page has been processed.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.StringThe event argument to pass to the event handler.
Implements
ICallbackEventHandler.RaiseCallbackEvent(String)
Remarks
This method stores the callback event argument in the GetCallbackResult() method.