WebPartAdder.ICallbackEventHandler.RaiseCallbackEvent Method
Sets the callback argument before calling the ICallbackEventHandler.GetCallbackResult() method.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Private Sub RaiseCallbackEvent ( _
eventArgument As String _
) Implements ICallbackEventHandler.RaiseCallbackEvent
'Usage
Dim instance As WebPartAdder
Dim eventArgument As String
CType(instance, ICallbackEventHandler).RaiseCallbackEvent(eventArgument)
void ICallbackEventHandler.RaiseCallbackEvent(
string eventArgument
)
Parameters
eventArgument
Type: System.StringThe event argument to pass to the event handler.
Implements
ICallbackEventHandler.RaiseCallbackEvent(String)
Remarks
This member is an explicit interface member implementation. It can be used only when the WebPartAdder instance is cast to an ICallbackEventHandler interface.