mardi 21 avril 2015

Does a custom control inherit base class INotifyPropertyChanged interface?

I have a base generic custom control (grandparent). In order for the designer to display inheriting controls without problem, I first inherit (parent) from grandparent, and finally I inherit from parent. The child control is the control using on the forms.

If I implement the INotifyPropertyChanged interface in the grandparent control, will the child be recognized as implementing this interface?

Aucun commentaire:

Enregistrer un commentaire