FormListControl.drop(FormControl, FormDrag, Int32, Int32) Method

Definition

Identifies when a user drops a form list control or an item in a form list control into a new position.

public:
 override void drop(Dynamics::AX::Application::FormControl ^ _dragSource, Dynamics::AX::Application::FormDrag _dragMode, int _x, int _y);
public override void drop (Dynamics.AX.Application.FormControl _dragSource, Dynamics.AX.Application.FormDrag _dragMode, int _x, int _y);
override this.drop : Dynamics.AX.Application.FormControl * Dynamics.AX.Application.FormDrag * int * int -> unit
Public Overrides Sub drop (_dragSource As FormControl, _dragMode As FormDrag, _x As Integer, _y As Integer)

Parameters

_dragSource
FormControl

An Integer data type that indicates the y-coordinate of the object's position.

_dragMode
FormDrag

An Integer data type that indicates the y-coordinate of the object's position.

_x
Int32

An Integer data type that indicates the y-coordinate of the object's position.

_y
Int32

An Integer data type that indicates the y-coordinate of the object's position.

Remarks

This method is called only if the DragDrop property is set to Manual for the control and a beginDrag event has already been started. For more information about the event, see beginDrag. To override this method on a list view control, right-click the Methods node below the control, point to Override Method, and then click drop. For information about best practices for forms and code, see No Code in Forms.

Applies to