DelegateCommand and IActiveAware #2902
Replies: 1 comment
-
Closed as I believe this is a core issue rather than XF so I have repeated it in the General forum. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I notice that DelegateCommandBase (and its derivatives) support IActiveAware however in my experience (and subsequently looking at the code) shows that IsActive is never set.
Am I misunderstanding the meaning/usage of this property as I was expecting it to be set true when the command is executing and return to false once the command has completed?
Beta Was this translation helpful? Give feedback.
All reactions