CallbackMenuGenerationEventArgs Constructor
Initializes a new instance of the CallbackMenuGenerationEventArgs class.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub New ( _
callbackTemplate As MenuTemplate, _
callbackArgument As String _
)
'Usage
Dim callbackTemplate As MenuTemplate
Dim callbackArgument As String
Dim instance As New CallbackMenuGenerationEventArgs(callbackTemplate, _
callbackArgument)
public CallbackMenuGenerationEventArgs(
MenuTemplate callbackTemplate,
string callbackArgument
)
Parameters
callbackTemplate
Type: Microsoft.SharePoint.WebControls.MenuTemplateA MenuTemplate object that represents the template being generated.
callbackArgument
Type: System.StringA string that contains a callback argument that was sent by the client browser.
See Also
Reference
CallbackMenuGenerationEventArgs Class