Class CameraErrorEventArgs
Contains state information and event data associated with a camera error routed event.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Media.dll
Syntax
public class CameraErrorEventArgs : RadRoutedEventArgs
Constructors
CameraErrorEventArgs(ErrorInfo)
Initializes a new instance of the CameraErrorEventArgs class.
Declaration
public CameraErrorEventArgs(ErrorInfo error)
Parameters
ErrorInfo
error
|
Properties
Error
Gets the info associated with this error.
Declaration
public ErrorInfo Error { get; }
Property Value
ErrorInfo
|