Silverlight: Checking Checkboxes
I was playing around with Silverlight a little bit today and noticed something with the Checkbox UI element. It has both a "Checked" and "Unchecked" event. These obviously correspond to when the checkbox becomes checked or unchecked. This is in contrast to the WinForms checkbox which simply has a CheckChanged event. Interesting…