Class
CameraErrorEventArgs

Contains state information and event data associated with a camera error routed event.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Media.dll

Syntax:

cs-api-definition
public class CameraErrorEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsCameraErrorEventArgs

Constructors

CameraErrorEventArgs(ErrorInfo)

Initializes a new instance of the CameraErrorEventArgs class.

Declaration

cs-api-definition
public CameraErrorEventArgs(ErrorInfo error)

Parameters

error

ErrorInfo

Properties

Error

Gets the info associated with this error.

Declaration

cs-api-definition
public ErrorInfo Error { get; }

Property Value

ErrorInfo