The dream of "half-automatic" Automation Properties

Published 02 Mai 08 11:12 | .NET Rocker » TrivadisContent
Everyone who has worked with WPF knows the interface INotifyPropertyChanged. It only defines the PropertyChanged-event, that should be called when a property’s value has been changed. The PropertyChanged-event is used by WPF’s Data Binding. Normally a class fires the event in the set-Accessors of its properties. And that’s the problem why you can’t use Automation Properties [...]

Lesen Sie den vollständigen Eintrag unter http://www.thomasclaudiushuber.com/blog/2008/05/02/the-dream-of-half-automatic-automation-properties/