Skip to main content
A newer version of this page is available. .
Tab

RibbonTabEventHandler Delegate

A method that will handle the ASPxRibbon.TabDataBound event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public delegate void RibbonTabEventHandler(
    object source,
    RibbonTabEventArgs e
);

Parameters

Name Type Description
source Object

The event source.

e RibbonTabEventArgs

A RibbonTabEventArgs object that contains event data.

See Also