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

RibbonTabEventArgs(RibbonTab) Constructor

Initializes a new instance of the RibbonTabEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public RibbonTabEventArgs(
    RibbonTab tab
)

Parameters

Name Type Description
tab RibbonTab

A RibbonTab object that is a tab related to the event.

Remarks

Instances of the RibbonTabEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also