Back to Devexpress

NavBarItemEventArgs Class

aspnet-devexpress-dot-web-6dc6a6fe.md

latest1.6 KB
Original Source

NavBarItemEventArgs Class

Provides data for events which concern manipulations on items.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class NavBarItemEventArgs :
    EventArgs
vb
Public Class NavBarItemEventArgs
    Inherits EventArgs

NavBarItemEventArgs is the data class for the following events:

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

Object EventArgs NavBarItemEventArgs BootstrapAccordionItemEventArgs

See Also

NavBarItemEventArgs Members

DevExpress.Web Namespace