Class CameraErrorEventArgs
Contains state information and event data associated with a camera error event.
Inheritance
System.Object
System.EventArgs
CameraErrorEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadWebCam.dll
Syntax
public class CameraErrorEventArgs : EventArgs
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
|