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
Constructors
Initializes a new instance of the CameraSettingsDialogShowingEventArgs class.
C#
public CameraSettingsDialogShowingEventArgs(CameraSettingsDialog dialog)
The dialog to be shown.
Properties
Gets or sets the dialog that will be shown.
C#
public CameraSettingsDialog SettingsDialog { get; set; }