[IronPython] DataBinding and INotifyPropertyChanged in IronPython

Curt Hagenlocher curt at hagenlocher.org
Fri Nov 6 23:14:26 CET 2009


Why don't you think that __setattr__ is a good approach? The alternative (as
shown in the linked Japanese-language blog) is to implement setters for the
properties you care about and to manually trigger the event.
2009/11/6 Lukas Cenovsky <cenovsky at bakalari.cz>

> Hi all,
> I was looking for WPF data binding in IronPython and I have found nice
> Japanese blog about it:
>
> http://palepoli.skr.jp/wp/2009/06/28/wpf-listview-databinding-for-ironpython/
>
> It links to http://sdlsdk.codeplex.com/Thread/View.aspx?ThreadId=30322that should have more information about how to implement
> INotifyPropertyChanged in IronPython which I am also interested in.
> Unfortunately this page is no more available. Does the guideline exist
> somewhere else? Thanks.
>
> PS: I know about
> http://lists.ironpython.com/pipermail/users-ironpython.com/2009-August/010938.htmlbut I don't think using __setattr__ is good approach. Also implementing the
> PropertyChanged event is different on the blog.
>
> --
> -- Lukáš
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20091106/5e925cfa/attachment.html>


More information about the Ironpython-users mailing list