[]
        
(Showing Draft Content)

C1.Win.Input.C1RangeSlider.Command

Command Property

Command

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

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