Class FilesSelectedEventArgs
Event args for the FilesSelected event
public class FilesSelectedEventArgs : EventArgs
- Inheritance
-
FilesSelectedEventArgs
- Inherited Members
Constructors
- FilesSelectedEventArgs(FileDialog)
Creates a new instance of the FilesSelectedEventArgs
Properties
- Cancel
Set to true if you want to prevent the selection going ahead (this will leave the FileDialog still showing).
- Dialog
The dialog where the choice is being made. Use Path and/or MultiSelected to evaluate the users choice.