Initial cause of cell editing

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

Syntax

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

Members

Member nameValueDescription
Undefined0 The reason is not specified
LButtonClick1 The end-user has clicked on the cell with the left mouse button
RButtonClick2 The end-user has clicked on the cell with the right mouse button
Navigation3 Editing the new cell is automatically started after the end of editing the previous one.

See Also