MADE-Apps / MADE.NET

MADE.NET is a home to all of those bits of code that you know you'll reuse in another project. Making app development easier with .NET.

Home Page:https://made-apps.github.io/MADE.NET/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add control event handlers for enabled and visible state change

jamesmcroft opened this issue · comments

Is your feature request related to a problem? Please describe.
At the moment, there is no way to know if the enabled or visible state of a view has changed with the current implementations of Control and Page across all platforms.

Describe the solution you'd like
There should be event handlers associated with the properties.

Thanks for the review @tom-made! Merge in and closing this off.