Click or drag to resize

ApplicationFindFileEventArgs Class

Parameters of the find file handler event .
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    System.ComponentModelCancelEventArgs
      Easymap.AddInApplicationFindFileEventArgs

Namespace:  Easymap.AddIn
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public class FindFileEventArgs : CancelEventArgs

The ApplicationFindFileEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCancel
Cancels the operation
Public propertyInfo
Gets information about the file which will be searched for.
Top
See Also