disable while working

Eduardo Gomez 3,416 Reputation points
2022-10-03T10:17:37.333+00:00

I am trying to disable a Tile when I start work on Azure.

As you can see, I am using Fody to handle all my PropertyChanged events, but for some reason, it doesn't want to disable and enable again when I am finished.

If you take a look, when I start my work, I put in explicitly
IsActive
= false'''

And when I am done working I put it again to true, but my tile does not become disable

https://github.com/eduardoagr/TranscribeMe

(Do not worry I will change my keys)

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,667 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Eduardo Gomez 3,416 Reputation points
    2022-10-04T07:45:41.36+00:00

    Fix it, the problem was that the class has to implement it, not the VM

    0 comments No comments