MobileAspMenu.OnMenuItemDataBound method
This member overrides Menu.OnMenuItemDataBound(MenuEventArgs).
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Protected Overrides Sub OnMenuItemDataBound ( _
e As MenuEventArgs _
)
'Usage
Dim e As MenuEventArgs
Me.OnMenuItemDataBound(e)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
protected override void OnMenuItemDataBound(
MenuEventArgs e
)