Skip to main content

HeaderButtonEventArgs(TabButtons, IXtraTabPage) Constructor

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

Namespace: DevExpress.XtraTab.ViewInfo

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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