September 21, 2010
With version 4.0 certain Silverlight controls have a Command property that is of type ICommand. There is, however, still a huge gap between the Silverlight and WPF commanding infrastructure. DotNetBar for Silverlight attempts to close that gap at least a little with the CommandManager and the RelayCommand. DevComponents.Silverlight.Controls.CommandManager is essentially a scaled down version of [...]