SaveFileDialogEventArgs Class
Provides data for the DisplaySaveFileDialog event fired by an instance of Runner.
Namespace: XJTAG.Integration.XJRunner
Syntax
public sealed class SaveFileDialogEventArgs : 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 save file dialog i.e. the path of a file to save to. |
ToString (from object) |
XJTAG v4.1.100