Skip to content

Conversation

@kirbex
Copy link

@kirbex kirbex commented Feb 6, 2018

  • Made a small refactoring.
  • Classes AsyncCommand & CustomAsyncCommand no more sealed.
  • Create new base class AsyncCommandBaseExtended
  • Added two classes: CancellableCustomAsyncCommand & CancellableAsyncCommand. They are usefull because I don't need to create every time I need to cancel command separate property in my viewmodel with CancelCommand type. One can use it in view like SomeAsyncCommand.CancelCommand or in code behind or viewmodel like SomeAsyncCommand.Cancel().

@StephenCleary StephenCleary self-assigned this Oct 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants