TabFormControlBase.ApplicationButtonClick Event
Fires when the Application Button is clicked.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public event EventHandler ApplicationButtonClick
Event Data
The ApplicationButtonClick event's data class is EventArgs.
See Also