C# Класс System.Windows.Controls.PopulatingEventArgs

Provides data for the E:System.Windows.Controls.AutoCompleteBox.Populating event.
Наследование: System.Windows.RoutedEventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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.