ClassCameraErrorEventArgs
Class
Contains state information and event data associated with a camera error event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadWebCam.dll
Syntax:
cs-api-definition
public class CameraErrorEventArgs : EventArgs
Inheritance: objectEventArgsCameraErrorEventArgs
Inherited Members
Constructors
CameraErrorEventArgs(ErrorInfo)
Initializes a new instance of the CameraErrorEventArgs class.
Declaration
cs-api-definition
public CameraErrorEventArgs(ErrorInfo error)
Parameters
error