Skip to main content

CustomShowSaveFileDialogEventArgs(SaveFileDialog) Constructor

Initializes a new instance of the CustomShowSaveFileDialogEventArgs class.

Namespace: DevExpress.ExpressApp.Win.SystemModule

Assembly: DevExpress.ExpressApp.Win.v25.2.dll

NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

Declaration

public CustomShowSaveFileDialogEventArgs(
    SaveFileDialog dialog
)

Parameters

Name Type Description
dialog SaveFileDialog

A SaveFileDialog allowing an end-user to specify a name and location for the saved file.

See Also