How can I override a property UserControl Visible? Or how can I determine inside the control when it changes state Visible?
UserControl
Visible
Further editing: I need it to work in .NET CF 3.5.
Thanks.
I finally fixed the problem by adding a property new Visiblethat sets the property base.Visibleand does my own work.
new Visible
base.Visible
Try subscribing to the IsVisibleChanged event