PhotoCamera.AutoFocusCompleted Event

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

Syntax

'Declaration
Public Event AutoFocusCompleted As EventHandler(Of CameraOperationCompletedEventArgs)
public event EventHandler<CameraOperationCompletedEventArgs> AutoFocusCompleted
public:
 event EventHandler<CameraOperationCompletedEventArgs^>^ AutoFocusCompleted {
    void add (EventHandler<CameraOperationCompletedEventArgs^>^ value);
    void remove (EventHandler<CameraOperationCompletedEventArgs^>^ value);
}
member AutoFocusCompleted : 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

PhotoCamera Class

Microsoft.Devices Namespace