Initializes a new instance of the SearchResultsAvailableEventArgs class.
Namespace: FirstFloor.Documents.Search
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.11.0)
Syntax
public SearchResultsAvailableEventArgs( Exception error, bool cancelled, IEnumerable<SearchResult> results, Object userState )
Parameters
- error
- Type: SystemException
The error. - cancelled
- Type: SystemBoolean
if set to true [cancelled]. - results
- Type: System.Collections.GenericIEnumerableSearchResult
The results. - userState
- Type: SystemObject
State of the user.
See Also