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


In This Topic
    CommandExtensions Class Methods
    In This Topic

    For a list of all members of this type, see CommandExtensions members.

    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