Hi All,
I started developing an application in WPF but I think the generic syntax for Relay Command and Delegate Command cannot be found very easily over the web and hence alogwith asking this question, I intend to start a thread for both Relay Command and Delegate Command.
So, I would request if anyone could please post the generic syntax for Relay Command and Delegate Command and also if possible please explain the differences between the two.
I intend to develop a generic syntax for all the methods (whether they have any return type or void, whether they have parameters passed or are parameter-less), so that anyone can easily find a generic syntax for the same and depending on the usage, can implement the method called through these commands.
Thanks a lot in advance :)