3 references to Event
Microsoft.Maui.Controls (3)
Interactivity\EventTrigger.cs (3)
51 if (!string.IsNullOrEmpty(Event)) 80 _eventinfo = bindable.GetType().GetRuntimeEvent(Event); 85 Application.Current?.FindMauiContext()?.CreateLogger<EventTrigger>()?.LogWarning("Cannot attach EventTrigger to {Type}.{Event}. Check if the handler exists and if the signature is right.", bindable.GetType(), Event);