AspNetCoreDiagnosticScenarios icon indicating copy to clipboard operation
AspNetCoreDiagnosticScenarios copied to clipboard

Event handler (async void) with EventArgs processing

Open StefanKoell opened this issue 2 years ago • 0 comments

I would be interested in some guidance how to handle events (e.g. WinForms) where you need to process something and put a value back to the event args (e.g. Cancel = true).

StefanKoell avatar Jan 31 '22 12:01 StefanKoell