C# 클래스 System.Windows.Controls.PopulatedEventArgs

Provides data for the E:System.Windows.Controls.AutoCompleteBox.Populated event.
상속: RoutedEventArgs
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
PopulatedEventArgs ( IEnumerable data ) : System.Collections

Initializes a new instance of the T:System.Windows.Controls.PopulatedEventArgs.

PopulatedEventArgs ( IEnumerable data, RoutedEvent routedEvent ) : System.Collections

Initializes a new instance of the T:System.Windows.Controls.PopulatedEventArgs.

메소드 상세

PopulatedEventArgs() 공개 메소드

Initializes a new instance of the T:System.Windows.Controls.PopulatedEventArgs.
public PopulatedEventArgs ( IEnumerable data ) : System.Collections
data IEnumerable The list of possible matches added to the /// drop-down portion of the /// control.
리턴 System.Collections

PopulatedEventArgs() 공개 메소드

Initializes a new instance of the T:System.Windows.Controls.PopulatedEventArgs.
public PopulatedEventArgs ( IEnumerable data, RoutedEvent routedEvent ) : System.Collections
data IEnumerable The list of possible matches added to the /// drop-down portion of the /// control.
routedEvent RoutedEvent The routed event identifier for this instance.
리턴 System.Collections