PostSharp.ILINotify­Property­ChangedIntegrating the Notify­Property­Changed Aspect with UI Frameworks
Open sandboxFocusImprove this doc

Integrating the NotifyPropertyChanged Aspect with UI Frameworks

There are frameworks that help you to create XAML applications including binding of objects in a simplified way. But usually, you still need to include some repetitive code anyway.

PostSharp can eliminate most of that repetition for you. All you have to do is make use of the NotifyPropertyChangedAttribute aspect.

In this chapter, you can find examples of using the NotifyPropertyChangedAttribute aspect with some of the popular UI frameworks.

This list of supported frameworks is not exhaustive. If the framework you are using is not listed here, it does not necessarily mean that PostSharp will not work with the framework.

In this chapter

Topic Description
INotifyPropertyChanged and Caliburn.Micro This section shows how to use the NotifyPropertyChangedAttribute aspect with the Caliburn.Micro framework.
INotifyPropertyChanged and MVVM Light Toolkit This section shows how to use the NotifyPropertyChangedAttribute aspect with the MVVM Light Toolkit.