void DragTargetAccept(T data)

Signature for causing a DragTarget to accept the given data.

Used by DragTarget.onAccept.

Source

typedef void DragTargetAccept<T>(T data);