Click or drag to resize

ApplicationFindFile Event

Handler for file requests.

Namespace:  Easymap.AddIn
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.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