Back to Devexpress

NavBarGroupCommandEventHandler Delegate

aspnet-devexpress-dot-web-2e1175b4.md

latest1.4 KB
Original Source

NavBarGroupCommandEventHandler Delegate

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
sourceObject

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

| | e | NavBarGroupCommandEventArgs |

A NavBarGroupCommandEventArgs object that contains event data.

|

See Also

Introduction to Delegates

DevExpress.Web Namespace