Represents the method that will handle the FindFile event.
Namespace:
Easymap.AddIn
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public delegate void FindFileHandler(
Object sender,
FindFileArgs e
)
Public Delegate Sub FindFileHandler (
sender As Object,
e As FindFileArgs
)
Parameters
- sender
- Type: SystemObject
- e
- Type: Easymap.AddInFindFileArgs
See Also