Caliburn-Micro / Caliburn.Micro

A small, yet powerful framework, designed for building applications across all XAML platforms. Its strong support for MV* patterns will enable you to build your solution quickly, without the need to sacrifice code quality or testability.
http://caliburnmicro.com/
MIT License
2.8k stars 778 forks source link

Parameter was not made aware of owner because of assignment order #517 #722

Closed KasperSK closed 4 years ago

KasperSK commented 4 years ago

When the OnAttached event was fired the Parameters had not yet been added to the parameters collection and was never made aware of the owning ActionMessage. A CollectionChanged EventHandler on the parameters collection is used to call MakeAwareOf.

Fixes #517