Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small refactoring and Cancellable commands added #20

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

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.

None yet

2 participants