NavBarItemEventArgs Class
Provides data for events which concern manipulations on items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
Objects of the NavBarItemEventArgs type are used as arguments for the ASPxNavBar.ItemClick and ASPxNavBar.ItemDataBound events generated on the server side.
NavBarItemEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.
See Also