Class SaveFileDialogEventArgs
Provides data for the BeforeSaveFile event.
Inheritance
System.Object
    SaveFileDialogEventArgs
  Namespace: Telerik.WinForms.RichTextEditor
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class SaveFileDialogEventArgs : CancelEventArgs
  Constructors
SaveFileDialogEventArgs(SaveFileDialog)
Initializes a new instance of the SaveFileDialogEventArgs class.
Declaration
public SaveFileDialogEventArgs(SaveFileDialog dialog)
  Parameters
| 
        System.Windows.Forms.SaveFileDialog
        dialog
         The dialog that will be displayed.  | 
    
Properties
Dialog
Gets the file dialog that will be displayed.
Declaration
public SaveFileDialog Dialog { get; }
  Property Value
| 
        System.Windows.Forms.SaveFileDialog
         
  |