DataPA Enterprise Dashboard Controls API Reference
The FileDialogEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FileDialogEventArgs |
Creates and returns a new FileDialogEventArgs object.
|
Fields
Name | Description | |
---|---|---|
ClassId | ||
EventsId | ||
InterfaceId |
Properties
Name | Description | |
---|---|---|
Cancel |
Gets and sets a property that indicates if this operation should be cancelled.
|
|
FileName |
Gets and sets the default filename that will be used with this dialog.
|
|
FileOperation |
Gets the file operation currently being actioned.
|
|
Filter |
Gets the filter that will be applied to the FileDialog.
|
|
InitialDirectory |
Gets and sets the initial directory that will be shown by the file dialog.
|
|
OverrideDialog |
Gets and sets a property that indicates if the dialog will be prevented from showing.
|
|
Title |
Gets the title of the object that is the source of this file dialog event.
|