Back to Devexpress

NavBarGroupEventHandler Delegate

aspnet-devexpress-dot-web-9b107339.md

latest1.3 KB
Original Source

NavBarGroupEventHandler Delegate

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
sourceObject

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

Introduction to Delegates

DevExpress.Web Namespace