Class
SaveFileDialogEventArgs

Provides data for the BeforeSaveFile event.

Definition

Namespace:Telerik.WinForms.RichTextEditor

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public class SaveFileDialogEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsSaveFileDialogEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

SaveFileDialogEventArgs(SaveFileDialog)

Initializes a new instance of the SaveFileDialogEventArgs class.

Declaration

cs-api-definition
public SaveFileDialogEventArgs(SaveFileDialog dialog)

Parameters

dialog

SaveFileDialog

The dialog that will be displayed.

Properties

Dialog

Gets the file dialog that will be displayed.

Declaration

cs-api-definition
public SaveFileDialog Dialog { get; }

Property Value

SaveFileDialog