Hello everybody.
I experiencing an issue when the ViewModel class is defined as __internal sealed__.
In this case the view actions fails to resolve the methods (No target found for method XXXX).
Settings the class as public sealed it works fine.
Is it normal?
Thanks in advance.
Comments: Thank you both. Diego.
I experiencing an issue when the ViewModel class is defined as __internal sealed__.
In this case the view actions fails to resolve the methods (No target found for method XXXX).
Settings the class as public sealed it works fine.
Is it normal?
Thanks in advance.
Comments: Thank you both. Diego.