@JunaidPathan, "So here VM knows about View" - what VM knows about View other than that View is using its event? Yes, its valid MVVM: any View can use this VM event. For scenarios with single View for different ViewModels define interface with event, which all ViewModels need to implement.
↧