[]
        
(Showing Draft Content)

C1.Win.Command.C1Command.Command

Command Property

Command

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

Declaration
[C1Category("Behavior")]
[C1Description("C1Command.Command", "The ICommand whose Execute method will be called when the Click event gets invoked.")]
public ICommand Command { get; set; }
<C1Category("Behavior")>
<C1Description("C1Command.Command", "The ICommand whose Execute method will be called when the Click event gets invoked.")>
Public Property Command As ICommand