Skip to main content

TakePictureDialogShowingEventArgs(TakePictureForm) Constructor

Initializes a new instance of the TakePictureDialogShowingEventArgs class with specified settings.

Namespace: DevExpress.XtraEditors.Camera

Assembly: DevExpress.XtraEditors.v24.2.dll

Declaration

public TakePictureDialogShowingEventArgs(
    TakePictureForm form
)

Parameters

Name Type Description
form DevExpress.XtraEditors.Camera.TakePictureForm

The form that encapsulates the dialog.

See Also