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.
Assembly: System.Windows (in System.Windows.dll)
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.
Show: