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.
Raises the OnAddMenuItem event.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overridable Sub OnAddMenuItem ( _
e As AddMenuItemEventArgs _
)
'Usage
Dim e As AddMenuItemEventArgs
Me.OnAddMenuItem(e)
protected virtual void OnAddMenuItem(
AddMenuItemEventArgs e
)
Parameters
e
Type: Microsoft.SharePoint.WebControls.AddMenuItemEventArgsA System.EventArgs object that contains the event data.