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

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

공개 메소드들

메소드 설명
PopulatingEventArgs ( string parameter )

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

PopulatingEventArgs ( string parameter, System.Windows.RoutedEvent routedEvent )

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

메소드 상세

PopulatingEventArgs() 공개 메소드

Initializes a new instance of the T:System.Windows.Controls.PopulatingEventArgs.
public PopulatingEventArgs ( string parameter )
parameter string The value of the /// /// property, which is used to filter items for the /// control.

PopulatingEventArgs() 공개 메소드

Initializes a new instance of the T:System.Windows.Controls.PopulatingEventArgs.
public PopulatingEventArgs ( string parameter, System.Windows.RoutedEvent routedEvent )
parameter string The value of the /// /// property, which is used to filter items for the /// control.
routedEvent System.Windows.RoutedEvent The routed event identifier for this instance.