1 implementation of GetEventDelegates
Microsoft.Maui (1)
LifecycleEvents\LifecycleEventService.cs (1)
31
public IEnumerable<TDelegate>
GetEventDelegates
<TDelegate>(string eventName)
2 references to GetEventDelegates
Microsoft.Maui (2)
LifecycleEvents\LifecycleEventServiceExtensions.cs (2)
16
var delegates = lifecycleService.
GetEventDelegates
<TDelegate>(eventName);
44
foreach (var del in lifecycleService.
GetEventDelegates
<TDelegate>(eventName))