Skip to main content
Tab

NavBarItemEventArgs Class

Provides data for events which concern manipulations on items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class NavBarItemEventArgs :
    EventArgs

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.

Inheritance

See Also