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
Constructors
Initializes a new instance of the SaveFileDialogEventArgs class.
C#
public SaveFileDialogEventArgs(SaveFileDialog dialog)
The dialog that will be displayed.
Properties
Gets the file dialog that will be displayed.
C#
public SaveFileDialog Dialog { get; }