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