Click or drag to resize

FindFileArgs Class

Event arguments which provides data for find file event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Easymap.AddInFindFileArgs

Namespace: Easymap.AddIn
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.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