Fired when the user drops a new report field on the design surface.

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

Syntax

C#
public event CreateFieldEventHandler CreateField
Visual Basic
Public Event CreateField As CreateFieldEventHandler

Remarks

This event tells the handler that the user wants to create a field, and the parameters describe the new field's section and position. It is up to the event handler to actually create the new field and initialize its properties.

See Also