C# 클래스 SIL.FieldWorks.Common.Controls.SearchCompletedEventArgs

The event args for the SearchCompleted async event.
상속: System.ComponentModel.AsyncCompletedEventArgs
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
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