ColumnBinding 이벤트를 발생시킵니다.

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

Syntax

C#
protected virtual void OnColumnBinding(
	ColumnBindingEventArgs e
)
Visual Basic
Protected Overridable Sub OnColumnBinding ( _
	e As ColumnBindingEventArgs _
)
Visual C++
protected:
virtual void OnColumnBinding(
	ColumnBindingEventArgs^ e
)

Parameters

e
Type: Ntreev.Windows.Forms.Grid..::..ColumnBindingEventArgs
이벤트 데이터가 들어 있는 ColumnBindingEventArgs입니다.

See Also