Partager via


CallbackMenuGenerationEventArgs.CallbackTemplate property

Gets the callback argument for the menu template that is being generated.

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

Syntax

'Declaration
Public ReadOnly Property CallbackTemplate As MenuTemplate
    Get
'Usage
Dim instance As CallbackMenuGenerationEventArgs
Dim value As MenuTemplate

value = instance.CallbackTemplate
public MenuTemplate CallbackTemplate { get; }

Property value

Type: Microsoft.SharePoint.WebControls.MenuTemplate
A MenuTemplate object that represents the template being generated.

See also

Reference

CallbackMenuGenerationEventArgs class

CallbackMenuGenerationEventArgs members

Microsoft.SharePoint.WebControls namespace