Back to Devexpress

RibbonGroupEventHandler Delegate

aspnet-devexpress-dot-web-1432c3ed.md

latest1.3 KB
Original Source

RibbonGroupEventHandler Delegate

A method that will handle the ASPxRibbon.GroupDataBound event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
sourceObject

The event source.

| | e | RibbonGroupEventArgs |

A RibbonGroupEventArgs object that contains event data.

|

See Also

Ribbon

Introduction to Delegates

DevExpress.Web Namespace