Represents the method that will handle the CreateField event.

Namespace:  C1.Win.C1ReportDesigner
Assembly:  C1.Win.C1ReportDesigner.2 (in C1.Win.C1ReportDesigner.2.dll)

Syntax

C#
public delegate void CreateFieldEventHandler(
	Object sender,
	CreateFieldEventArgs e
)
Visual Basic
Public Delegate Sub CreateFieldEventHandler ( _
	sender As Object, _
	e As CreateFieldEventArgs _
)

See Also