ComponentOne FlexGrid for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1Command Class
Properties Methods Events


In This Topic
    C1Command Class Members
    In This Topic

    The following tables list the members exposed by C1Command.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the name of the command.  
    Public PropertyGets the type that is registered with the command.  
    Top
    Public Methods
     NameDescription
    Public MethodDetermines whether this C1Command can execute in its current state.  
    Public MethodExecutes the C1Command on the current command target.  
    Public MethodReturns a System.String that represents the current command.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when changes to the command source are detected by the command manager. These changes often affect whether the command should execute on the current command target.  
    Top
    See Also