Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / desktop / WPF

TIP: Handling WPF DialogResult with simplicity

4.00/5 (3 votes)
26 Jul 2010CPOL 12.7K  
if(frm.DialogR...
C#
if(frm.DialogResult.GetValueOrDefault)
{
   // some content... 
}

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)