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

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

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

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