OpenFileDialogEventArgs Class

Provides data for the DisplayOpenFileDialog event fired by an instance of Runner.

Namespace: XJTAG.Integration.XJRunner

Syntax

public sealed class OpenFileDialogEventArgs : EventArgs

Inheritance Hierarchy

  • EventArgs
    • object

Members

Properties

Name Description
Filters

Gets the filters applied to the dialog.

InitialDirectory

Gets the initial directory of the dialog.

InitialFilename

Gets the initial filename of the dialog.

Title

Gets the title of the dialog.

Methods

Name Description
Equals(object) (from object)
Finalize (from object)
GetHashCode (from object)
GetType (from object)
MemberwiseClone (from object)
SetResult

Sets the result of the open file dialog. i.e. The path of a file to open.

ToString (from object)