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

HeaderButtonEventArgs(TabButtons, IXtraTabPage) Constructor

Initializes a new HeaderButtonEventArgs class instance with the specified button and page.

Namespace: DevExpress.XtraTab.ViewInfo

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public HeaderButtonEventArgs(
    TabButtons button,
    IXtraTabPage page
)

Parameters

Name Type Description
button DevExpress.XtraTab.TabButtons

A currently processed button. The parameter initializes the HeaderButtonEventArgs.Button property.

page DevExpress.XtraTab.IXtraTabPage

A currently processed page. The parameter initializes the HeaderButtonEventArgs.ActivePage property.

See Also