C# Class OSAE.UI.Controls.AddControlUserControl

Interaction logic for AddControlUserControl.xaml
Inheritance: System.Windows.Controls.UserControl
Mostra file Open project: opensourceautomation/Open-Source-Automation Class Usage Examples

Public Methods

Method Description
AddControlUserControl ( string screen, string user, string controlName = "" ) : System.Collections.Generic

Private Methods

Method Description
LoadUserControls ( ) : void
NotifyParentFinished ( ) : void

Let the hosting contol know that we are done

At present it tells the parent to close, this could later be altered to have a event that fires to the parent allowing them to decide what to do when the control is finished. If the control is being hosted in an element host this will have no affect as the parent is the element host and not the form.

typesComboBox_DropDownClosed ( object sender, System e ) : void
typesComboBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

Method Details

AddControlUserControl() public method

public AddControlUserControl ( string screen, string user, string controlName = "" ) : System.Collections.Generic
screen string
user string
controlName string
return System.Collections.Generic