Skip to main content
A newer version of this page is available. .
Tab

NavBarItemEventArgs Class

Provides data for events which concern manipulations on items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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