Class
OpenFileDialogEventArgs

Provides data for the BeforeOpenFile event.

Definition

Namespace:Telerik.WinForms.RichTextEditor

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public class OpenFileDialogEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsOpenFileDialogEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

OpenFileDialogEventArgs(OpenFileDialog)

Initializes a new instance of the OpenFileDialogEventArgs class.

Declaration

cs-api-definition
public OpenFileDialogEventArgs(OpenFileDialog dialog)

Parameters

dialog

OpenFileDialog

The dialog that will be displayed.

Properties

Dialog

Gets the file dialog that will be displayed.

Declaration

cs-api-definition
public OpenFileDialog Dialog { get; }

Property Value

OpenFileDialog