ComponentOne Basic Library for WPF and Silverlight
C1Command Class
Members 


C1.Silverlight Namespace : C1Command Class
Defines a command that implements ICommand and is routed through the element tree. Limitation: when converting from string, doesn't honor xaml namespaces. If you have several classes with the same name in different namespaces, don't set command in xaml as string, use binding syntax instead.
Object Model
C1Command Class
Syntax
'Declaration
 
<System.ComponentModel.TypeConverterAttribute("CommandConverter")>
Public Class C1Command 
'Usage
 
Dim instance As C1Command
[System.ComponentModel.TypeConverter("CommandConverter")]
public class C1Command 
Inheritance Hierarchy

System.Object
   C1.Silverlight.C1Command

See Also

Reference

C1Command Members
C1.Silverlight Namespace