SocialCommentControl.RaiseCallbackEvent Method

Processes a callback event that targets the SocialCommentControl.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

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

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

Parameters

  • eventArgument
    Type: System.String

    A string that represents an event argument to pass to the event handler.

Remarks

This method processes the request and returns an HTML string of the SocialComment objects to render to the client.

See Also

Reference

SocialCommentControl Class

SocialCommentControl Members

Microsoft.SharePoint.Portal.WebControls Namespace