Share via


CallbackMenu.RaiseCallbackEvent Method

Processes a callback event that targets the callback menu.

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

Syntax

'Declaration
Public Sub RaiseCallbackEvent ( _
    eventArgument As String _
)
'Usage
Dim instance As CallbackMenu
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 stores the passed event argument in an internal field for future use.

See Also

Reference

CallbackMenu Class

CallbackMenu Members

Microsoft.Office.Server.WebControls Namespace