Click or drag to resize

FindFileArgs Class

Event arguments which provides data for find file event.
Inheritance Hierarchy

Namespace:  Easymap.AddIn
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public class FindFileArgs : EventArgs

The FindFileArgs type exposes the following members.

Properties
  NameDescription
Public propertyAskBrowse
True, if the browse dialog should be appear
Public propertyCancel
Cancel the file search
Public propertyDefaultExtension
Defines the default extension of the file
Public propertyFileTypeDescription
Defines the file description
Public propertyFilter
Defines the filter expression of searching files
Public propertyInitialDirectory
Defines the initial directory for searching files
Public propertyLinkFilename
Defines the linked file
Public propertyNewFilename
Defines the new file name
Public propertyOldFilename
Defines the old file name
Public propertyOwner
Returns the owner of the file
Public propertySameFileOnly
True, if only same file should be searched
Public propertyTitle
Top
See Also