Started Method
Collapse the table of content
Expand the table of content

IApplicationLifetimeAware.Started Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Called by an application immediately after the Application.Startup event occurs.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)

void Started()

This method enables your service to access any resources that an application initializes in its Startup event handler, such as the RootVisual property. This method can also access any resources initialized by other services in their IApplicationService.StartService methods, regardless of the service registration sequence.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft