Skip to content

Form1.cs | Form1_FormClosing

HackTheDev edited this page May 3, 2021 · 1 revision

This simple line is used to abort application termination. This might not work by killing the application in Taskmanager though.

e.Cancel = true;