Raises the Menu.MenuItemDataBound event.
- e
A System.Web.UI.WebControls.MenuEventArgs that contains the event data.
The Menu.OnMenuItemDataBound(MenuEventArgs) method is called by the System.Web.UI.WebControls.Menu control to raise the Menu.MenuItemDataBound event. It is generally used by control developers when extending the System.Web.UI.WebControls.Menu class.
Raising an event invokes the event handler through a delegate. For more information, see Events and Delegates.
The Menu.OnMenuItemDataBound(MenuEventArgs) method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.