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.v24.2.dll
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