CustomHeaderButtonEventArgs(CustomHeaderButton, IXtraTabPage) Constructor
Initializes a new CustomHeaderButtonEventArgs 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 | CustomHeaderButton | A CustomHeaderButton value that is a clicked button. The parameter initializes the CustomHeaderButtonEventArgs.Button property. |
page | DevExpress.XtraTab.IXtraTabPage | A XtraTabPage object that is an active tab page. The parameter initializes the CustomHeaderButtonEventArgs.ActivePage property. |
See Also