1 reference to OnIsContextActionsLegacyModeEnabledPropertyChanged
Microsoft.Maui.Controls (1)
PlatformConfiguration\AndroidSpecific\ViewCell.cs (1)
11
public static readonly BindableProperty IsContextActionsLegacyModeEnabledProperty = BindableProperty.Create("IsContextActionsLegacyModeEnabled", typeof(bool), typeof(Maui.Controls.ViewCell), false, propertyChanged:
OnIsContextActionsLegacyModeEnabledPropertyChanged
);