Class OpenFileDialogOpeningEventArgs
Inheritance
System.Object
OpenFileDialogOpeningEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class OpenFileDialogOpeningEventArgs : CancelEventArgs
Constructors
OpenFileDialogOpeningEventArgs(OpenFileDialog)
Declaration
public OpenFileDialogOpeningEventArgs(OpenFileDialog openFileDialog)
Parameters
System.Windows.Forms.OpenFileDialog
openFileDialog
|
Properties
OpenFileDialog
Gets the OpenFileDialog that is opening.
Declaration
public OpenFileDialog OpenFileDialog { get; }
Property Value
System.Windows.Forms.OpenFileDialog
|