StatusNotesControl.RaiseCallbackEvent Method

Updates the status notes property of the UserProfile according to the specified event argument, and stores that information for the callback handler in the GetCallbackResult() method.

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

Syntax

'Declaration
Public Sub RaiseCallbackEvent ( _
    eventArg As String _
)
'Usage
Dim instance As StatusNotesControl
Dim eventArg As String

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

Parameters

  • eventArg
    Type: System.String

    The event argument to pass to the event handler.

Remarks

This method updates the status notes property of the UserProfile according to the value in the eventArg, and stores that information for the callback handler in the GetCallbackResult() method.

See Also

Reference

StatusNotesControl Class

StatusNotesControl Members

Microsoft.SharePoint.Portal.WebControls Namespace