DataPA Enterprise Dashboard Controls API Reference

The FileDialogEventArgs type exposes the following members.

Constructors

  Name Description
Public method FileDialogEventArgs
Creates and returns a new FileDialogEventArgs object.

Fields

  Name Description
Public field Static member ClassId
Public field Static member EventsId
Public field Static member InterfaceId

Properties

  Name Description
Public property Cancel
Gets and sets a property that indicates if this operation should be cancelled.
Public property FileName
Gets and sets the default filename that will be used with this dialog.
Public property FileOperation
Gets the file operation currently being actioned.
Public property Filter
Gets the filter that will be applied to the FileDialog.
Public property InitialDirectory
Gets and sets the initial directory that will be shown by the file dialog.
Public property OverrideDialog
Gets and sets a property that indicates if the dialog will be prevented from showing.
Public property Title
Gets the title of the object that is the source of this file dialog event.

See Also