Fired before the user moves or copies fields with the mouse.

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

Syntax

C#
public event MoveCopyFieldsEventHandler MoveCopyFields
Visual Basic
Public Event MoveCopyFields As MoveCopyFieldsEventHandler

Remarks

The event handler can examine the current selection and determine whether the user is allowed to move and/or copy the fields.

See Also