Camera.Initialized Event

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

Occurs when the camera object has been initialized.

Namespace:  Microsoft.Devices
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

Public Event Initialized As EventHandler(Of CameraOperationCompletedEventArgs)
public event EventHandler<CameraOperationCompletedEventArgs> Initialized
<object Initialized="EventHandler<CameraOperationCompletedEventArgs>" .../>

Remarks

For more information about how to implement this member, see How to create a base camera app for Windows Phone 8.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

Camera Class

Microsoft.Devices Namespace