Could you please provide a sample, of how do you implement the ICommandSource interface. As I want my UserControl, which doesn\'t have the ability to S
Your UserControl will have a code behind file cs or vb, you have to implement the interface ICommandSource, and once you implement that, in some event you will have to actually invoke the command and also check CanExecute.