Thanks for posting your question in the Microsoft Q&A forum.
If the cancellation is successful, SQL Server will initiate a rollback operation to undo the changes made by the incomplete DELETE operation. The rows should be there. Delete is rolled back if you cancel the statement.
The database should be restored to its state before the DELETE operation was initiated.
** Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful **