키로 편집이 시작됨을 알리는 EditingReason클래스의 새 인스턴스를 초기화합니다.

Namespace: Ntreev.Windows.Forms.Grid
Assembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284

Syntax

C#
public EditingReason(
	Keys key
)
Visual Basic
Public Sub New ( _
	key As Keys _
)
Visual C++
public:
EditingReason(
	Keys key
)

Parameters

key
Type: System.Windows.Forms..::..Keys
추가적으로 제공할 키 정보입니다.

See Also