(X) Hide this
    • Login
    • Join
      • Generate New Image
        By clicking 'Register' you accept the terms of use .

ICommand implementation with a little bit of async in WinRT

(0 votes)
0 comments   /   posted by Silverlight Show on Oct 30, 2012
Tags:   asynchronous , mvvm , winrt , tom-peplow

Read original post at Tom Peplow's Blog

So the RelayCommand or DelegateCommand (whichever name you prefer) is a well known chap. We created an AsyncRelayCommand which essentially disables the command while an async action is running. This is useful because commands may call services (which are async) and during that call you’d rather the user not do it again.


Comments

No comments

Add Comment

Login to comment:
  *      *       

Our News on Twitter


Latest News

  • Daily News Digest 3/18/2013
  • Building a shared core between Windows 8 & Windows Phone 8
  • WinJS: Writing code using the Windows Store library for Javascript
  • Windows 8 Storing Data With SQLite