IndexProgressEventHandler Delegate

Represents the method that handles OnProgress events.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public delegate void IndexProgressEventHandler(
	Object source,
	IndexProgressArgs e
)

Parameters

source  Object
 
e  IndexProgressArgs
 

See Also