CellEventArgs클래스의 새 인스턴스를 초기화합니다.

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

Syntax

C#
public CellEventArgs(
	Cell cell
)
Visual Basic
Public Sub New ( _
	cell As Cell _
)
Visual C++
public:
CellEventArgs(
	Cell^ cell
)

Parameters

cell
Type: Ntreev.Windows.Forms.Grid..::..Cell
이벤트의 대상이 되는 Cell의 인스턴스입니다.

See Also