ClassCameraSettingsDialogShowingEventArgs
Class
Contains the event data of a settings dialog showing event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadWebCam.dll
Syntax:
cs-api-definition
public class CameraSettingsDialogShowingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsCameraSettingsDialogShowingEventArgs
Inherited Members
Constructors
CameraSettingsDialogShowingEventArgs(CameraSettingsDialog)
Initializes a new instance of the CameraSettingsDialogShowingEventArgs class.
Declaration
cs-api-definition
public CameraSettingsDialogShowingEventArgs(CameraSettingsDialog dialog)
Parameters
dialog
The dialog to be shown.
Properties
SettingsDialog
Gets or sets the dialog that will be shown.
Declaration
cs-api-definition
public CameraSettingsDialog SettingsDialog { get; set; }
Property Value