Click here to Skip to main content
15,891,657 members
Articles / Desktop Programming / WPF

ICommand convinient implementation for MVVM pattern

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
11 Jun 2015CPOL1 min read 5.7K   55   2  
Implementation if ICommand is trivial, but it is poor by its nature. We can not get Picture or Text or Disabled properties from usual ICommand implementation. But we can make a trik and have all information about command in a single object and use this information on as many command elements as we w

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Saber Interactive
Russian Federation Russian Federation
My specializations:

C# (especially multithreading)
WPF (MVVM, styling)
WCF (message inspectors, configuration)
MSSQL (administartion, creation, procedures, recursive queries, bulk processing)

Comments and Discussions