PhotoCamera.CaptureImageAvailable Event

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

Syntax

'Declaration
Public Event CaptureImageAvailable As EventHandler(Of ContentReadyEventArgs)
public event EventHandler<ContentReadyEventArgs> CaptureImageAvailable
public:
 event EventHandler<ContentReadyEventArgs^>^ CaptureImageAvailable {
    void add (EventHandler<ContentReadyEventArgs^>^ value);
    void remove (EventHandler<ContentReadyEventArgs^>^ value);
}
member CaptureImageAvailable : IEvent<EventHandler<ContentReadyEventArgs>,
    ContentReadyEventArgs>

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