This topic has not yet been rated - Rate this topic

PhotoCamera.CaptureThumbnailAvailable Event

May 02, 2013

Occurs when a thumbnail image is available.

Namespace:  Microsoft.Devices
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
public event EventHandler<ContentReadyEventArgs> CaptureThumbnailAvailable
<object CaptureThumbnailAvailable="EventHandler<ContentReadyEventArgs>" .../>

To account for the Windows Phone execution model, add the event handler for this event in the OnNavigatedTo(NavigationEventArgs) method. To help release memory related to the camera, remove the event handler for this event in the OnNavigatingFrom(NavigatingCancelEventArgs) method.

For more information about how to implement this member, see How to create a base camera app for Windows Phone.

Windows Phone OS

Supported in: 8.0, 7.1

Windows Phone

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.