Back to Devexpress

NavBarItemEventHandler Delegate

aspnet-devexpress-dot-web-a327a26e.md

latest1.3 KB
Original Source

NavBarItemEventHandler Delegate

A method that will handle the events concerning the manipulations with items.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public delegate void NavBarItemEventHandler(
    object source,
    NavBarItemEventArgs e
);
vb
Public Delegate Sub NavBarItemEventHandler(
    source As Object,
    e As NavBarItemEventArgs
)

Parameters

NameTypeDescription
sourceObject

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

Introduction to Delegates

DevExpress.Web Namespace