ProgressEventHandler Delegate
Represents the method that handles OnProgress events.
Namespace: Mythicsoft.Search.CoreAssembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
public delegate void ProgressEventHandler(
Object source,
ProgressArgs e
)
public delegate void ProgressEventHandler(
Object^ source,
ProgressArgs^ e
)
Parameters
- source Object
-
- e ProgressArgs
-