Back to Devexpress

GroupHeaderCommandEventHandler Delegate

aspnet-devexpress-dot-web-7b41dbe0.md

latest1.5 KB
Original Source

GroupHeaderCommandEventHandler Delegate

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
sourceObject

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

| | e | GroupHeaderCommandEventArgs |

A GroupHeaderCommandEventArgs object that contains event data.

|

See Also

Introduction to Delegates

DevExpress.Web Namespace