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