xOnDrop_BeforeAccept_INTERNAL method

bool xOnDrop_BeforeAccept_INTERNAL(
  1. XFDataItem? itemDragged,
  2. XFDataItem? itemToDrop
)

Evento chiamato per accettare il Drop sull'Item (!INTERNAL!)

Implementation

bool xOnDrop_BeforeAccept_INTERNAL(XFDataItem? itemDragged, XFDataItem? itemToDrop) {
  return true;
}