Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

NavigationItemEventHandler Delegate

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

[Visual Basic]
Public Delegate Sub NavigationItemEventHandler( _
   ByVal sender As Object, _
   ByVal e As NavigationItemEventArgs _
)
[C#]
public delegate void NavigationItemEventHandler(
   object sender,
   NavigationItemEventArgs e
);

Requirements

Namespace: EO.Web

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

See Also

EO.Web Namespace


Direct link to this topic