Click or drag to resize
FileDialogEventArgs Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Event aurguments passed by DashboardDesigner before showing the file dialog.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    DataPAEnterpriseDashboardFileDialogEventArgs

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public class FileDialogEventArgs : EventArgs, 
	_FileDialogEventArgs

The FileDialogEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodFileDialogEventArgs
Creates and returns a new FileDialogEventArgs object.
Top
Fields
Properties
  NameDescription
Public propertyCancel
Gets and sets a property that indicates if this operation should be cancelled.
Public propertyFileName
Gets and sets the default filename that will be used with this dialog.
Public propertyFileOperation
Gets the file operation currently being actioned.
Public propertyFilter
Gets the filter that will be applied to the FileDialog.
Public propertyInitialDirectory
Gets and sets the initial directory that will be shown by the file dialog.
Public propertyOverrideDialog
Gets and sets a property that indicates if the dialog will be prevented from showing.
Public propertyTitle
Gets the title of the object that is the source of this file dialog event.
Top
Remarks