FileDialogEventArgs Class |
Namespace: DataPAEnterpriseDashboard
public class FileDialogEventArgs : EventArgs, _FileDialogEventArgs
The FileDialogEventArgs type exposes the following members.
Name | Description | |
---|---|---|
FileDialogEventArgs |
Creates and returns a new FileDialogEventArgs object.
|
Name | Description | |
---|---|---|
ClassId | ||
EventsId | ||
InterfaceId |
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.
|