dutts / wpfmdi

A library to add the traditional Windows Forms Multiple Document Interface (MDI) features to WPF. The aim is to resemble the original as much as possible.
Apache License 2.0
66 stars 32 forks source link

Custom DataChange Property #8

Open miketanona opened 5 years ago

miketanona commented 5 years ago

This is more a question than an issue. I want to send a data-change event to the UserControl/MdiChild from the MDIContainer. The UserControl derived class will have an event-handler or equivalent sort of thing, so just the children that register for the event or create an event handler will be notified. Thank you.