Table of Contents
NavigationItemEventHandler Delegate

Represents the method that handles event that references to a navigation item.

Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)

Syntax
 public delegate void NavigationItemEventHandler(
   object sender,
   NavigationItemEventArgs e
);
See Also