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.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Event AddMenuItem As EventHandler(Of AddMenuItemEventArgs)
'Usage
Dim instance As FeatureMenuTemplate
Dim handler As EventHandler(Of AddMenuItemEventArgs)
AddHandler instance.AddMenuItem, handler
public event EventHandler<AddMenuItemEventArgs> AddMenuItem