Skip to main content
A newer version of this page is available. .

CustomShowSaveFileDialogEventArgs(SaveFileDialog) Constructor

Initializes a new instance of the CustomShowSaveFileDialogEventArgs class.

Namespace: DevExpress.ExpressApp.Win.SystemModule

Assembly: DevExpress.ExpressApp.Win.v18.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