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.
Configures the MenuTemplate with the menu items to add after the callback.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Sub CallbackMenuGenerationHandler ( _
sender As Object, _
arguments As CallbackMenuGenerationEventArgs _
)
'Usage
Dim sender As Object
Dim arguments As CallbackMenuGenerationEventArgs
Me.CallbackMenuGenerationHandler(sender, _
arguments)
protected void CallbackMenuGenerationHandler(
Object sender,
CallbackMenuGenerationEventArgs arguments
)
Parameters
- sender
Type: System.Object
- arguments
Type: Microsoft.SharePoint.WebControls.CallbackMenuGenerationEventArgs