How can I override a UserControl
Visible
property ? Or how could I determine within a control when it changes its Visible
state ?
Later edit: I need it to work in .NET CF 3.5.
Thanks.
I finally fixed the issue by adding a new Visible
property which is setting the base.Visible
property and does my custom work.
Try to subscribe to the IsVisibleChanged event
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With