C# Class System.Windows.Controls.PopulatingEventArgs

Provides data for the E:System.Windows.Controls.AutoCompleteBox.Populating event.
Inheritance: System.Windows.RoutedEventArgs
Show file Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

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

Method Details

PopulatingEventArgs() public method

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() public method

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.