셀 편집이 시작되고 컨트롤이 보여지기 전에 발생합니다.

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

Syntax

C#
public event AttachEventHandler<TControl> Attaching
Visual Basic
Public Event Attaching As AttachEventHandler(Of TControl)
Visual C++
public:
 event AttachEventHandler<TControl>^ Attaching {
	void add (AttachEventHandler<TControl>^ value);
	void remove (AttachEventHandler<TControl>^ value);
}

See Also