Class CameraSettingsDialogShowingEventArgs
Contains the event data of a settings dialog showing event.
Inheritance
System.Object
CameraSettingsDialogShowingEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadWebCam.dll
Syntax
public class CameraSettingsDialogShowingEventArgs : CancelEventArgs
Constructors
CameraSettingsDialogShowingEventArgs(CameraSettingsDialog)
Initializes a new instance of the Camera
Declaration
public CameraSettingsDialogShowingEventArgs(CameraSettingsDialog dialog)
Parameters
Camera The dialog to be shown. |
Properties
SettingsDialog
Gets or sets the dialog that will be shown.
Declaration
public CameraSettingsDialog SettingsDialog { get; set; }