Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when the server control creates the callback menu template.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Event CallbackMenuGeneration As EventHandler(Of CallbackMenuGenerationEventArgs)
'Usage
Dim instance As Menu
Dim handler As EventHandler(Of CallbackMenuGenerationEventArgs)
AddHandler instance.CallbackMenuGeneration, handler
public event EventHandler<CallbackMenuGenerationEventArgs> CallbackMenuGeneration