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: 12.3.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