Represents the method that will handle the FindFile event.
Namespace:
Easymap.AddIn
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntaxpublic 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