FileFoundArgs Constructor

Initializes a new instance of the FileFoundArgs class.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public FileFoundArgs(
	SearchResultItemCollection listFound
)

Parameters

listFound  SearchResultItemCollection
The list of found items since the last found event.

See Also