ApplicationFindFileEventHandler Delegate |
Represents the method that will handle the FindFile event.
Namespace: Easymap.AddInAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic delegate void FindFileEventHandler(
Object sender,
ApplicationFindFileEventArgs e
)
Public Delegate Sub FindFileEventHandler (
sender As Object,
e As ApplicationFindFileEventArgs
)
Parameters
- sender Object
-
- e ApplicationFindFileEventArgs
-
See Also