New to Telerik UI for WinFormsStart a free 30-day trial

Provides data for the BeforeSaveFile event.

Definition

Namespace:Telerik.WinForms.RichTextEditor

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public class SaveFileDialogEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsSaveFileDialogEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the SaveFileDialogEventArgs class.

C#
public SaveFileDialogEventArgs(SaveFileDialog dialog)
Parameters:dialogSaveFileDialog

The dialog that will be displayed.

Properties

Gets the file dialog that will be displayed.

C#
public SaveFileDialog Dialog { get; }