Provides data for the BeforeOpenFile event.
Definition
Namespace:Telerik.WinForms.RichTextEditor
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class OpenFileDialogEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsOpenFileDialogEventArgs
Inherited Members
Constructors
Initializes a new instance of the OpenFileDialogEventArgs class.
C#
public OpenFileDialogEventArgs(OpenFileDialog dialog)
The dialog that will be displayed.
Properties
Gets the file dialog that will be displayed.
C#
public OpenFileDialog Dialog { get; }