CaptureSource.CaptureImageCompleted Event

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

Occurs when an asynchronous image capture request has returned a captured image.

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

Syntax

Public Event CaptureImageCompleted As EventHandler(Of CaptureImageCompletedEventArgs)
public event EventHandler<CaptureImageCompletedEventArgs> CaptureImageCompleted

Remarks

In any case where you call CaptureImageAsync on a CaptureSource instance, attach a handler for CaptureImageCompleted. Obtain the captured image by calling CaptureImageCompletedEventArgs..::.Result from the event data.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

CaptureSource Class

System.Windows.Media Namespace

CaptureImageCompletedEventArgs