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