Udostępnij za pośrednictwem


IApplicationLifecycle Interface

Definition

Encapsulates application lifecycle events.

public interface class IApplicationLifecycle
public interface IApplicationLifecycle
type IApplicationLifecycle = interface
Public Interface IApplicationLifecycle
Derived

Events

Started

Occurs when a new instance of the application is started or an existing instance is activated.

Stopping

Occurs when the application is suspending or closing.

Applies to