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)
Available in Sandboxed Solutions: No
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