ClassOpenFileDialogEventArgs
Class
Provides data for the BeforeOpenFile event.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet.Worksheets
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
cs-api-definition
public class OpenFileDialogEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsOpenFileDialogEventArgs
Inherited Members
Constructors
OpenFileDialogEventArgs(OpenFileDialog)
Initializes a new instance of the OpenFileDialogEventArgs class.
Declaration
cs-api-definition
public OpenFileDialogEventArgs(OpenFileDialog dialog)
Parameters
dialog
The dialog that will be displayed.
Properties
Dialog
Gets the file dialog that will be displayed.