Click here to Skip to main content
15,884,388 members
Articles / Desktop Programming / WPF

TIP: Handling WPF DialogResult with simplicity

Rate me:
Please Sign up or sign in to vote.
4.75/5 (6 votes)
18 Jun 2010CPOL 16.5K   1  
Or even...if (frm.ShowDialog() == true){ // do something here}

Views

Daily Counts

License

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


Written By
Architect
United States United States
Since I've begun my profession as a software developer, I've learned one important fact - change is inevitable. Requirements change, code changes, and life changes.

So..If you're not moving forward, you're moving backwards.

Comments and Discussions