Skip to main content
.NET 6.0+

CustomShowSaveFileDialogEventArgs(SaveFileDialog) Constructor

Initializes a new instance of the CustomShowSaveFileDialogEventArgs class.

Namespace: DevExpress.ExpressApp.Win.SystemModule

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

NuGet Package: DevExpress.ExpressApp.Win

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