Sunday, March 11, 2012

CascadingDropDown event question

I think you should be able to add a handler to the PropertyChanged event and look for the 'SelectedValue' property (see the set_SelectedValue property setter for where this event is raised). I haven't done this myself (yet), so I can't show you any code :-(, but at least this is my understanding of what you s/b able to do.

Tor.


Thanks Tor.

I noticed this propertyChanged event in set_SelectedValue method. The problem is that I don't have idea on how to subscribe to it. The atlas documentation is still poor and I don't know the syntax.

Cheers,

Leo


You can find an example of attaching to the propertyChanged event in the ToggleButton.js file that comes with the Toolkit.

No comments:

Post a Comment