ApplicationFindFileEventHandler Delegate |
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 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