Menu.CallbackMenuGeneration event

Occurs when the server control creates the callback menu template.

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

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

See also

Reference

Menu class

Menu members

Microsoft.SharePoint.WebControls namespace