ClassSaveFileDialogEventArgs
Class
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
Constructors
SaveFileDialogEventArgs(SaveFileDialog)
Initializes a new instance of the SaveFileDialogEventArgs class.
Declaration
cs-api-definition
public SaveFileDialogEventArgs(SaveFileDialog dialog)
Parameters
dialog
The dialog that will be displayed.
Properties
Dialog
Gets the file dialog that will be displayed.