RadControls for Silverlight

Defines a command that implements ICommand and is routed through the element tree.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls (in Telerik.Windows.Controls.dll) Version: 2013.1.403.1050

Syntax

C#
public class RoutedCommand : ICommand
Visual Basic
Public Class RoutedCommand _
	Implements ICommand

Inheritance Hierarchy

System..::..Object
  Telerik.Windows.Controls..::..RoutedCommand
    Telerik.Windows.Controls..::..RoutedUICommand

See Also