System.Windows.Controls.PopulatingEventArgs.PopulatingEventArgs C# (CSharp) Method

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.
        public PopulatingEventArgs(string parameter)
        {
            Parameter = parameter;
        }

Same methods

PopulatingEventArgs::PopulatingEventArgs ( string parameter, System.Windows.RoutedEvent routedEvent )
PopulatingEventArgs