0
votes
How to validate .NET dialog items when using automatic DialogResult?
What I have done for this is to not set the DialogResult on the OK button, but put some code behind the button.
private void OkButton_Clicked(object sender, EventArgs e)
{
this. …
