C# Класс SIL.FieldWorks.Common.Controls.SearchCompletedEventArgs

The event args for the SearchCompleted async event.
Наследование: System.ComponentModel.AsyncCompletedEventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SearchCompletedEventArgs ( IEnumerable fields, IEnumerable results ) : System.Collections.Generic

Initializes a new instance of the SearchCompletedEventArgs class.

Описание методов

SearchCompletedEventArgs() публичный Метод

Initializes a new instance of the SearchCompletedEventArgs class.
public SearchCompletedEventArgs ( IEnumerable fields, IEnumerable results ) : System.Collections.Generic
fields IEnumerable
results IEnumerable
Результат System.Collections.Generic