ColumnBinding 이벤트를 처리하는 메서드를 나타냅니다.

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

Syntax

C#
public delegate void ColumnBindingEventHandler(
	Object sender,
	ColumnBindingEventArgs e
)
Visual Basic
Public Delegate Sub ColumnBindingEventHandler ( _
	sender As Object, _
	e As ColumnBindingEventArgs _
)
Visual C++
public delegate void ColumnBindingEventHandler(
	Object^ sender, 
	ColumnBindingEventArgs^ e
)

See Also