Skip to main content
Tab

NavBarGroupEventHandler Delegate

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public delegate void NavBarGroupEventHandler(
    object source,
    NavBarGroupEventArgs e
);

Parameters

Name Type Description
source Object

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

e NavBarGroupEventArgs

A NavBarGroupEventArgs object that contains event data.

See Also