Méthode | Description | |
---|---|---|
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.
|
public PopulatedEventArgs ( IEnumerable data ) : System.Collections | ||
data | IEnumerable | The list of possible matches added to the
/// drop-down portion of the
/// |
Résultat | System.Collections |
public PopulatedEventArgs ( IEnumerable data, RoutedEvent routedEvent ) : System.Collections | ||
data | IEnumerable | The list of possible matches added to the
/// drop-down portion of the
/// |
routedEvent | RoutedEvent | The routed event identifier for this instance. |
Résultat | System.Collections |