NavBarItemEventHandler Delegate
A method that will handle the events concerning the manipulations with items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
source | Object | A Object representing the event source. Identifies the ASPxNavBar control that raised the event. |
e | NavBarItemEventArgs | A NavBarItemEventArgs object that contains event data. |
See Also