Click or drag to resize
FileDialogEventArgs Constructor DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Creates and returns a new FileDialogEventArgs object.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public FileDialogEventArgs(
	FileDialogEventArgsFileOperationType FileOperation,
	string FileName,
	string Filter,
	string InitialDirectory,
	Object CallingObject
)

Parameters

FileOperation
Type: DataPAEnterpriseDashboardFileDialogEventArgsFileOperationType
The file operation currently being actioned.
FileName
Type: SystemString
The default filename that will be used with this dialog.
Filter
Type: SystemString
The filter that will be applied to the FileDialog.
InitialDirectory
Type: SystemString
The initial directory that will be shown by the file dialog.
CallingObject
Type: SystemObject
Remarks