Click or drag to resize

FindFileHandler Delegate

Represents the method that will handle the FindFile event.

Namespace: Easymap.AddIn
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public delegate void FindFileHandler(
	Object sender,
	FindFileArgs e
)

Parameters

sender  Object
 
e  FindFileArgs
 
See Also