Ok so I have a form with a Button on it. ( let's call it button1 )
When the user clicks it , I want to check a condition :
a = true ? > then cancel the click
Else > Continue as if there was no condition
it was something like e.handled = false but I forgot and I don't seem to remember exactly
When the user clicks it , I want to check a condition :
a = true ? > then cancel the click
Else > Continue as if there was no condition
it was something like e.handled = false but I forgot and I don't seem to remember exactly