C# Class SIL.FieldWorks.Common.Controls.SearchCompletedEventArgs

The event args for the SearchCompleted async event.
Inheritance: System.ComponentModel.AsyncCompletedEventArgs
ファイルを表示 Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
SearchCompletedEventArgs ( IEnumerable fields, IEnumerable results ) : System.Collections.Generic

Initializes a new instance of the SearchCompletedEventArgs class.

Method Details

SearchCompletedEventArgs() public method

Initializes a new instance of the SearchCompletedEventArgs class.
public SearchCompletedEventArgs ( IEnumerable fields, IEnumerable results ) : System.Collections.Generic
fields IEnumerable
results IEnumerable
return System.Collections.Generic