HeaderButtonEventHandler Delegate
The method for handling the XtraTabControl.HeaderButtonClick event, which takes a HeaderButtonEventArgs object as a parameter.
Namespace: DevExpress.XtraTab.ViewInfo
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The event source. Identifies the tab control that raised the event. |
| e | HeaderButtonEventArgs | A HeaderButtonEventArgs object that contains event data. |
See Also