3 references to OptionSelected
Microsoft.Maui.Controls (3)
Platform\AlertManager\ActionSheetDialog.Windows.cs (2)
149 OptionSelected?.Invoke(this, null); 158 OptionSelected?.Invoke(this, null);
Platform\AlertManager\AlertManager.Windows.cs (1)
198 actionSheetContent.OptionSelected += (s, e) =>