C# Класс OSAE.UI.Controls.AddControlUserControl

Interaction logic for AddControlUserControl.xaml
Наследование: System.Windows.Controls.UserControl
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AddControlUserControl ( string screen, string user, string controlName = "" ) : System.Collections.Generic

Приватные методы

Метод Описание
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

Описание методов

AddControlUserControl() публичный Метод

public AddControlUserControl ( string screen, string user, string controlName = "" ) : System.Collections.Generic
screen string
user string
controlName string
Результат System.Collections.Generic