Share via


Camera.Initialized Event

Namespace:  Microsoft.Devices
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Event Initialized As EventHandler(Of CameraOperationCompletedEventArgs)
public event EventHandler<CameraOperationCompletedEventArgs> Initialized
public:
 event EventHandler<CameraOperationCompletedEventArgs^>^ Initialized {
    void add (EventHandler<CameraOperationCompletedEventArgs^>^ value);
    void remove (EventHandler<CameraOperationCompletedEventArgs^>^ value);
}
member Initialized : IEvent<EventHandler<CameraOperationCompletedEventArgs>,
    CameraOperationCompletedEventArgs>

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

Camera Class

Microsoft.Devices Namespace