Enum how the cell was lost focus
Namespace:
RingSoft.DataEntryControls.Engine.DataEntryGrid
Assembly:
RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)
public enum CellLostFocusTypes
Public Enumeration CellLostFocusTypes
public enum class CellLostFocusTypes
| Member name | Description |
---|
| LostFocus |
The cell lost focus through other means.
|
| TabLeft |
The user tabbed left
|
| TabRight |
The user tabbed right
|
| KeyboardNavigation |
Lost focus via keyboard navigation
|
| ValidatingGrid |
Lost focus when validating grid
|