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 CameraSettingsDialogShowingEventArgs class.
Declaration
public CameraSettingsDialogShowingEventArgs(CameraSettingsDialog dialog)
Parameters
CameraSettingsDialog
dialog
The dialog to be shown. |
Properties
SettingsDialog
Gets or sets the dialog that will be shown.
Declaration
public CameraSettingsDialog SettingsDialog { get; set; }
Property Value
CameraSettingsDialog
|