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

NavBarItemCommandEventHandler Delegate

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public delegate void NavBarItemCommandEventHandler(
    object source,
    NavBarItemCommandEventArgs e
);

Parameters

Name Type Description
source Object

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