CallbackMenuGenerationEventArgs.CallbackArgument property
Gets the callback argument that was sent by the client browser.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property CallbackArgument As String
Get
'Usage
Dim instance As CallbackMenuGenerationEventArgs
Dim value As String
value = instance.CallbackArgument
public string CallbackArgument { get; }
Property value
Type: System.String
A string that contains the callback argument that was sent by the client browser.
See also
Reference
CallbackMenuGenerationEventArgs class