HeaderButtonEventArgs(TabButtons, IXtraTabPage) Constructor
Initializes a new HeaderButtonEventArgs class instance with the specified button and page.
Namespace: DevExpress.XtraTab.ViewInfo
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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