Back to Devexpress

NavBarItemCommandEventHandler Delegate

aspnet-devexpress-dot-web-022d1f1d.md

latest1.4 KB
Original Source

NavBarItemCommandEventHandler Delegate

A method that will handle specific command events concerning manipulations with items.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
sourceObject

A Object representing the event source. Identifies the ASPxNavBar control that raised the event.

| | e | NavBarItemCommandEventArgs |

A NavBarItemCommandEventArgs object that contains event data.

|

See Also

Introduction to Delegates

DevExpress.Web Namespace