행이 데이터 소스와 연결되기 전에 발생합니다.

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

See Also