Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / CommandExtensions Class
Fields Methods


In This Topic
    CommandExtensions Class Members
    In This Topic

    The following tables list the members exposed by CommandExtensions.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Identifies the CommandParameter attached property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Command attached property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the CommandTarget attached property.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Gets the command that will be executed when the command source is invoked.  
    Public Methodstatic (Shared in Visual Basic)Gets a user defined data value that can be passed to the command when it is executed.  
    Public Methodstatic (Shared in Visual Basic)Gets the object that the command is being executed on.  
    Public Methodstatic (Shared in Visual Basic)Sets the command that will be executed when the command source is invoked.  
    Public Methodstatic (Shared in Visual Basic)Sets a user defined data value that can be passed to the command when it is executed.  
    Public Methodstatic (Shared in Visual Basic)Sets the object that the command is being executed on.  
    Top
    See Also