SocialDataUserControl.RaiseCallbackEvent Method

Processes a callback event that targets the SocialDataUserControl.

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

Syntax

'Declaration
Public Sub RaiseCallbackEvent ( _
    value As String _
)
'Usage
Dim instance As SocialDataUserControl
Dim value As String

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

Parameters

  • value
    Type: System.String

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

Remarks

This method stores social tag information for the current page.

See Also

Reference

SocialDataUserControl Class

SocialDataUserControl Members

Microsoft.SharePoint.Portal.WebControls Namespace