DragSourceEvent.doit

In dragStart, the doit field determines if the drag and drop operation should proceed; in dragFinished, the doit field indicates whether the operation was performed successfully. <p></p> In dragStart: <p>Flag to determine if the drag and drop operation should proceed. The application can set this value to false to prevent the drag from starting. Set to true by default.</p>

<p>In dragFinished:</p> <p>Flag to indicate if the operation was performed successfully. True if the operation was performed successfully.</p>

class DragSourceEvent
bool doit;

Meta