ApplicationFindFileEventHandler Delegate |
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 FindFileEventHandler(
Object sender,
ApplicationFindFileEventArgs e
)
Public Delegate Sub FindFileEventHandler (
sender As Object,
e As ApplicationFindFileEventArgs
)
Parameters
- sender
- Type: SystemObject
- e
- Type: Easymap.AddInApplicationFindFileEventArgs
See Also