Skip to main content
All docs
V25.1
  • TakePictureDialogShowingEventArgs(TakePictureForm) Constructor

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

    Namespace: DevExpress.XtraEditors.Camera

    Assembly: DevExpress.XtraEditors.v25.1.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