CaptureImageCompleted Event
Collapse the table of content
Expand the table of content

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)

No code example is currently available or this language may not be supported.

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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft