Menu.CallbackArgument property

Gets or sets the callback argument value which will be sent back to the server during the callback.

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

Syntax

'Declaration
Public Property CallbackArgument As String
    Get
    Set
'Usage
Dim instance As Menu
Dim value As String

value = instance.CallbackArgument

instance.CallbackArgument = value
public string CallbackArgument { get; set; }

Property value

Type: System.String

Remarks

Use this value to pass instance-specific data back to your CallbackMenuGeneration event handler.

See also

Reference

Menu class

Menu members

Microsoft.SharePoint.WebControls namespace