Share via


MyLinksRibbon.RaiseCallbackEvent Method

This member is reserved for internal use and is not intended to be used directly from your code. Processes the callback event that targets the My Links ribbon.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

'Declaration
Public Sub RaiseCallbackEvent ( _
    strEventArgument As String _
)
'Usage
Dim instance As MyLinksRibbon
Dim strEventArgument As String

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

Parameters

  • strEventArgument
    Type: System.String

    The String object that represents an event argument to pass to the event handler.

Implements

ICallbackEventHandler.RaiseCallbackEvent(String)

Remarks

This method stores the event argument to the m_callbackEventArgument field to determine how to handle the event.

See Also

Reference

MyLinksRibbon Class

MyLinksRibbon Members

Microsoft.Office.Server.WebControls Namespace