Share via


Slider.DragCompletedCommand Property

Definition

Gets or sets the command to execute when the user completes dragging the slider thumb. This is a bindable property.

public:
 property System::Windows::Input::ICommand ^ DragCompletedCommand { System::Windows::Input::ICommand ^ get(); void set(System::Windows::Input::ICommand ^ value); };
public System.Windows.Input.ICommand DragCompletedCommand { get; set; }
member this.DragCompletedCommand : System.Windows.Input.ICommand with get, set
Public Property DragCompletedCommand As ICommand

Property Value

The ICommand to execute. The default is null.

Applies to