마우스로 편집이 시작됨을 알리는 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(
	Point location
)
Visual Basic
Public Sub New ( _
	location As Point _
)
Visual C++
public:
EditingReason(
	Point location
)

Parameters

location
Type: System.Drawing..::..Point
그리드 컨트롤에 대한 마우스 커서의 좌표입니다.

See Also