Share via


CallbackMenu.InvokeCallbackEvent method

Returns the serialized menu items controls as the value of the callback.

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

Syntax

'Declaration
Protected Function InvokeCallbackEvent ( _
    eventArgument As String _
) As String
'Usage
Dim eventArgument As String
Dim returnValue As String

returnValue = Me.InvokeCallbackEvent(eventArgument)
protected string InvokeCallbackEvent(
    string eventArgument
)

Parameters

Return value

Type: System.String
The String object that represents the serialized menu items controls.

Remarks

This method serializes the menu items recursively, and then adds them into an array list as the return value.

See also

Reference

CallbackMenu class

CallbackMenu members

Microsoft.Office.Server.WebControls namespace