Class
OpenFileDialogOpeningEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class OpenFileDialogOpeningEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsOpenFileDialogOpeningEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

OpenFileDialogOpeningEventArgs(OpenFileDialog)

Declaration

cs-api-definition
public OpenFileDialogOpeningEventArgs(OpenFileDialog openFileDialog)

Parameters

openFileDialog

OpenFileDialog

Properties

OpenFileDialog

Gets the OpenFileDialog that is opening.

Declaration

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

Property Value

OpenFileDialog