PrintMgmtSetupUICtrl.eventTreeItemDragOver Method [AX 2012]

Handles the item drag over event for the tree view of the PrintMgmtSetupUIMain class.

public FormDrag eventTreeItemDragOver(int _idx)

Run On

Called

Parameters

_idx
Type: int

Return Value

Type: FormDrag Enumeration
The enumerated value FormDrag::Move if the item is a valid drop target; otherwise, the enumerated value FormDrag::None.

Community Additions

ADD
Show: