Indicates why cell editing is interrupted

Namespace: Dapfor.Net.Editors
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public enum StopEditReason
Visual Basic
Public Enumeration StopEditReason
Visual C++
public enum class StopEditReason
F#
type StopEditReason

Members

Member nameValueDescription
Undefined0 The reason is not specified
Enter1 End user typed 'Enter' key
SelectValue2 End user selected value
Tab3 End user typed 'Tab' key
ShiftTab4 End user typed 'Shift+Tab' key
Escape5 End user typed 'Escape' key
KillFocus6 The edit control lost the focus
CloseControl7 The edit control is closed
RButtonOutsideClick8 End user clicked outside the edit control with the right botton
LButtonOutsideClick9 End user clicked outside the edit control with the left botton
MButtonOutsideClick10 End user clicked outside the edit control with the middle botton
UserStop11 The user ends editing the control
Exception12 An exception occurs while cell editing operation.

See Also