Represents the method that will handle the MoveCopyFields event.

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

Syntax

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

See Also