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…

Technorati Tags: ,,

1 Comment

  • Seems like a sensible addition; when you handle a CheckChanged, the first thing to do is usually to see if the box is checked or not.

Comments have been disabled for this content.