IApplicationLifecycle Interface
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.
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. |