Fired before the user deletes the selected fields.

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

Syntax

C#
public event DeleteFieldEventHandler DeleteField
Visual Basic
Public Event DeleteField As DeleteFieldEventHandler

Remarks

The event handler can examine the current selection and determine whether the user is allowed to delete the fields.

See Also