New to Telerik UI for WinFormsStart a free 30-day trial

Contains the event data of a settings dialog showing event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadWebCam.dll

Syntax:

C#
public class CameraSettingsDialogShowingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsCameraSettingsDialogShowingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the CameraSettingsDialogShowingEventArgs class.

C#
public CameraSettingsDialogShowingEventArgs(CameraSettingsDialog dialog)
Parameters:dialogCameraSettingsDialog

The dialog to be shown.

Properties

Gets or sets the dialog that will be shown.

C#
public CameraSettingsDialog SettingsDialog { get; set; }