이벤트의 대상이 되는 Row을 가져옵니다.

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

Syntax

C#
public Row Row { get; internal set; }
Visual Basic
Public Property Row As Row
	Get
	Friend Set
Visual C++
public:
property Row^ Row {
	Row^ get ();
	internal: void set (Row^ value);
}

See Also