SpreadsheetFormulaBarControl.BeforeEnter Event
Occurs before the SpreadsheetFormulaBarControl is entered.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.XtraSpreadsheet.v24.1.dll
NuGet Package: DevExpress.Win.Spreadsheet
Declaration
Event Data
The BeforeEnter event's data class is EventArgs.
Remarks
The BeforeEnter event fires before the Formula Bar gets focus (for example, when an end-user clicks the Formula Bar editor to activate it), and is raised prior the Control.Enter and SpreadsheetControl.CellBeginEdit events.
See Also