3 references to CurrentItemChangedCommandParameter
Microsoft.Maui.Controls (3)
Items\CarouselView.cs (3)
104 /// <summary>Bindable property for <see cref="CurrentItemChangedCommandParameter"/>.</summary> 106 BindableProperty.Create(nameof(CurrentItemChangedCommandParameter), typeof(object), typeof(CarouselView)); 139 var commandParameter = carouselView.CurrentItemChangedCommandParameter;