CustomHeaderButtonEventArgs(CustomHeaderButton, Document) Constructor
Initializes a new CustomHeaderButtonEventArgs class instance.
Namespace: DevExpress.XtraBars.Docking2010.Views
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
button | CustomHeaderButton | The CustomHeaderButton object that is the currently processed button. The value is assigned to the CustomHeaderButtonEventArgs.Button property. |
document | Document | The Document object. The value is assigned to the CustomHeaderButtonEventArgs.Document property. |
See Also