Click or drag to resize

ApplicationFindFile Event

Handler for file requests.

Namespace:  Easymap.AddIn
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax
public event ApplicationFindFileEventHandler FindFile

Value

Type: Easymap.AddInApplicationFindFileEventHandler
Remarks
When a Document is loading there is the possability that referenced files could not be found. This event can be used to resolve file paths or cancel the loading process.
See Also