Skip to main content
A newer version of this page is available. .

TakePictureDialogShowingEventArgs(TakePictureForm) Constructor

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

Namespace: DevExpress.XtraEditors.Camera

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public TakePictureDialogShowingEventArgs(
    TakePictureForm form
)

Parameters

Name Type Description
form DevExpress.XtraEditors.Camera.TakePictureForm

The form that encapsulates the dialog.

See Also