3 references to DragStartedCommand
Microsoft.Maui.Controls (3)
Slider\Slider.cs (3)
50
/// <summary>Bindable property for <see cref="
DragStartedCommand
"/>.</summary>
51
public static readonly BindableProperty DragStartedCommandProperty = BindableProperty.Create(nameof(
DragStartedCommand
), typeof(ICommand), typeof(Slider), default(ICommand));
154
DragStartedCommand
?.Execute(null);