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: 11.2.0.0
Syntax
public delegate void FindFileHandler(
	Object sender,
	FindFileArgs e
)

Parameters

sender
Type: SystemObject
e
Type: Easymap.AddInFindFileArgs
See Also