3 references to PositionChangedCommandParameter
Microsoft.Maui.Controls (3)
Items\CarouselView.cs (3)
161
/// <summary>Bindable property for <see cref="
PositionChangedCommandParameter
"/>.</summary>
163
BindableProperty.Create(nameof(
PositionChangedCommandParameter
), typeof(object),
251
var commandParameter = carousel.
PositionChangedCommandParameter
;