5 references to SwipeItemView
Microsoft.Maui.Controls (5)
SwipeView\SwipeItemView.cs (5)
13 public static readonly BindableProperty CommandProperty = BindableProperty.Create(nameof(Command), typeof(ICommand), typeof(SwipeItemView), null, 14 propertyChanging: (bo, o, n) => ((SwipeItemView)bo).OnCommandChanging(), 15 propertyChanged: (bo, o, n) => ((SwipeItemView)bo).OnCommandChanged()); 18 public static readonly BindableProperty CommandParameterProperty = BindableProperty.Create(nameof(CommandParameter), typeof(object), typeof(SwipeItemView), null, 19 propertyChanged: (bo, o, n) => ((SwipeItemView)bo).OnCommandParameterChanged());