bool DragTargetWillAccept(T data)

Signature for determining whether the given data will be accepted by a DragTarget.

Used by DragTarget.onWillAccept.

Source

typedef bool DragTargetWillAccept<T>(T data);