When we need use Yes/No confirmation from a Meassage Box we can use the formate. if (MessageBox.Show("Are you sure want to Remove the Record?", "Confirmation", MessageBoxButton.YesNo, MessageBoxImage.Question) == MessageBoxResult.Yes) { // Do something }
Work smarter, not harder.