데이터 바인딩이 종료되었을때 발생합니다.

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

See Also