Click or drag to resize

Application.FindFileEventHandler Delegate

Represents the method that will handle the FindFile event.

Namespace:  Easymap.AddIn
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.1.0.0
Syntax
public delegate void FindFileEventHandler(
	Object sender,
	Application.FindFileEventArgs e
)

Parameters

sender
Type: System.Object
e
Type: Easymap.AddIn.Application.FindFileEventArgs
See Also