행이 데이터 소스와 연결된 후에 발생합니다.

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 ColumnEventHandler ColumnBinded
Visual Basic
Public Event ColumnBinded As ColumnEventHandler
Visual C++
public:
 event ColumnEventHandler^ ColumnBinded {
	void add (ColumnEventHandler^ value);
	void remove (ColumnEventHandler^ value);
}

See Also