C# Класс Host.VM.RadioConfigItemApply

Handles an ICommand and an array of INotifySelectionChanged objects. This class keeps track of the selected object among its array. When the selected changes, the button is enabled. otherwise it is disabled. Note : if no objects are linked, works as a simple button triggering the action set as parameter of the constructor.
Наследование: ConfigItemAction
Показать файл Открыть проект

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

Метод Описание
RadioConfigItemApply ( ConfigManager configManager, ICommand cmd ) : System

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

Метод Описание
item_PropertyChanged ( object sender, System e ) : void

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

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

public RadioConfigItemApply ( ConfigManager configManager, ICommand cmd ) : System
configManager ConfigManager
cmd ICommand
Результат System