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

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

    Namespace: DevExpress.XtraEditors.Camera

    Assembly: DevExpress.XtraEditors.v26.1.dll

    Declaration

    public TakePictureDialogShowingEventArgs(
        TakePictureForm form
    )

    Parameters

    Name Type Description
    form DevExpress.XtraEditors.Camera.TakePictureForm

    The form that encapsulates the dialog.

    See Also