What is INotifyPropertyChanged,PropertyChangedEventArgs,IList,ICommand in WPF and MVVM? Plz explain

Posted by Kumarkrishna184 under .NET Framework on 8/29/2016 | Points: 10 | Views : 1484 | Status : [Member] | Replies : 1
What is INotifyPropertyChanged, PropertyChangedEventArgs, IList, ICommand in WPF and MVVM? Plz explain

Thanks and Regards,
Krishna Kumar



Responses

Posted by: Qutyquteshweta on: 2/16/2017 [Member] Starter | Points: 25

Up
0
Down
INotifyPropertyChanged - notifies client whenever value of property is changed
PropertyChangedEventArgs - it is the event argument which provides data
IList - It is the interface which is implemented by all non-generic lists
ICommand - provides commanding capabilities for user action

Regards,
Shweta
http://www.shwetalodha.blogspot.com

Kumarkrishna184, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response