SearchEngineOnFileFound Event
Occurs when one or more files are found. If multiple files are found within a short interval they are grouped into a
single OnFileFound message.
Namespace: Mythicsoft.Search.CoreAssembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
public event FileFoundEventHandler OnFileFound
public:
event FileFoundEventHandler^ OnFileFound {
void add (FileFoundEventHandler^ value);
void remove (FileFoundEventHandler^ value);
}
Value
FileFoundEventHandler