3 references to PositionChangedCommand
Microsoft.Maui.Controls (3)
Items\CarouselView.cs (3)
157 /// <summary>Bindable property for <see cref="PositionChangedCommand"/>.</summary> 159 BindableProperty.Create(nameof(PositionChangedCommand), typeof(ICommand), typeof(CarouselView)); 247 var command = carousel.PositionChangedCommand;