Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates the arguments for the callback handler in the GetCallBackResult method.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overridable Sub RaiseCallbackEvent ( _
eventArgument As String _
)
'Usage
Dim instance As DataFormWebPart
Dim eventArgument As String
instance.RaiseCallbackEvent(eventArgument)
public virtual void RaiseCallbackEvent(
string eventArgument
)
Parameters
eventArgument
Type: System.StringThe event argument to pass to the event handler.
Implements
ICallbackEventHandler.RaiseCallbackEvent(String)
Remarks
This method creates the arguments for the callback handler in the GetCallbackEventReference() method.