LifecycleEventService(IEnumerable<LifecycleEventRegistration>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
LifecycleEventService(System::Collections::Generic::IEnumerable<Microsoft::Maui::LifecycleEvents::LifecycleEventRegistration ^> ^ registrations);
public LifecycleEventService (System.Collections.Generic.IEnumerable<Microsoft.Maui.LifecycleEvents.LifecycleEventRegistration> registrations);
new Microsoft.Maui.LifecycleEvents.LifecycleEventService : seq<Microsoft.Maui.LifecycleEvents.LifecycleEventRegistration> -> Microsoft.Maui.LifecycleEvents.LifecycleEventService
Public Sub New (registrations As IEnumerable(Of LifecycleEventRegistration))
Parameters
- registrations
- IEnumerable<LifecycleEventRegistration>