[]
        
(Showing Draft Content)

C1.Win.Input.Base.C1ButtonBase.Command

Command Property

Command

Gets or sets the ICommand whose Execute(object) method will be called when the Click event gets invoked.

Declaration
public ICommand Command { get; set; }
Public Property Command As ICommand