C# Класс Paymetheus.Framework.ButtonCommand

Наследование: DelegateCommand, INotifyPropertyChanged
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ButtonCommand ( string label, System.Action action ) : System
RaisePropertyChanged ( [ propertyName = null ) : void

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

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

public ButtonCommand ( string label, System.Action action ) : System
label string
action System.Action
Результат System

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

public RaisePropertyChanged ( [ propertyName = null ) : void
propertyName [
Результат void