ClassCameraErrorEventArgs
Class
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