Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / CommandBinding Class
Properties Events


In This Topic
    CommandBinding Class Members
    In This Topic

    The following tables list the members exposed by CommandBinding.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the System.Windows.Input.ICommand associated with this CommandBinding.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the command associated with this CommandBinding initiates a check to determine whether the command can be executed on the command target.  
    Public EventOccurs when the command associated with this CommandBinding executes.  
    Public EventOccurs when the command associated with this CommandBinding initiates a check to determine whether the command can be executed on the current command target.  
    Public EventOccurs when the command associated with this CommandBinding executes.  
    Top
    See Also