3 references to CurrentItemChangedCommand
Microsoft.Maui.Controls (3)
Items\CarouselView.cs (3)
100
/// <summary>Bindable property for <see cref="
CurrentItemChangedCommand
"/>.</summary>
102
BindableProperty.Create(nameof(
CurrentItemChangedCommand
), typeof(ICommand), typeof(CarouselView));
135
var command = carouselView.
CurrentItemChangedCommand
;