C# Class System.Windows.Controls.PopulatedEventArgs

Provides data for the E:System.Windows.Controls.AutoCompleteBox.Populated event.
Inheritance: RoutedEventArgs
显示文件 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method 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.

Method Details

PopulatedEventArgs() public method

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.
return System.Collections

PopulatedEventArgs() public method

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.
return System.Collections