DataFormWebPart.RaiseCallbackEvent method

Creates the arguments for the callback handler in the GetCallBackResult method.

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

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.String

    The 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.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace