Skip to main content
.NET Framework 4.6.2+

CustomShowSaveFileDialogEventArgs(SaveFileDialog) Constructor

Initializes a new instance of the CustomShowSaveFileDialogEventArgs class.

Namespace: DevExpress.ExpressApp.Win.SystemModule

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

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