IMauiInitializeScopedService Interface

Definition

Represents a service that is initialized during the window construction.

public interface class IMauiInitializeScopedService
public interface IMauiInitializeScopedService
type IMauiInitializeScopedService = interface
Public Interface IMauiInitializeScopedService

Remarks

This service is initialized during the creation of a window. It is executed once per window using the window-scoped service provider.

Methods

Initialize(IServiceProvider)

Applies to