ClassOpenFileDialogOpeningEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class OpenFileDialogOpeningEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsOpenFileDialogOpeningEventArgs
Inherited Members
Constructors
OpenFileDialogOpeningEventArgs(OpenFileDialog)
Declaration
cs-api-definition
public OpenFileDialogOpeningEventArgs(OpenFileDialog openFileDialog)
Parameters
openFileDialog
Properties
OpenFileDialog
Gets the OpenFileDialog that is opening.
Declaration
cs-api-definition
public OpenFileDialog OpenFileDialog { get; }
Property Value