ToolBarMenuButton.CallbackMenuGenerationHandler Method
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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