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
CalledParameters
- _idx
- Type: int
Return Value
Type: FormDrag EnumerationThe enumerated value FormDrag::Move if the item is a valid drop target; otherwise, the enumerated value FormDrag::None.
Community Additions
ADD
Show: