Represents the method that will handle the DeleteField event.

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

Syntax

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

See Also